Html Css Color HEX #603409 Baker's Chocolate

📋 copy color: '#603409'

red 96 ◦ green 52 ◦ blue 9

#603409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #603409

Tints of Baker's Chocolate #603409

RGB

 RED value IS 96 (37.89% from 255) = 61.15%

 GREEN value IS 52 (20.7% from 255) = 33.12%

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 61.15%
G = 33.12%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#603409 (or 0x603409) is known color: Baker's Chocolate. HEX triplet: 60, 34 and 09. RGB value is (96,52,9). Sum of RGB (Red+Green+Blue) = 96+52+9=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #603409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603409 is #9FCBF6. Grayscale: #3C3C3C. Windows color (decimal): -10472439 or 603232. OLE color: 603232.

HSL color Cylindrical-coordinate representation of color #603409: hue angle of 29.66º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #603409 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 52 9 -
CMYK 0 0.46 0.91 0.62
HSL 29.66º 0.83% 0.21% -
HSV(B) 29.66º 0.91% 0.38% -
XYZ 6.1 4.96 0.89 -
YUV 60.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 96 52 9 0 0.46 0.91 0.62 29.66 0.83 0.21
Hex 60 34 9 0 2E 5B 3E 1E 53 15
Octal 140 64 11 0 56 133 76 36 123 25
Binary 1100000 110100 1001 0 101110 1011011 111110 11110 1010011 10101

Color Harmonies of #603409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603409

Black with #603409

Text Example


Text Example

White with #603409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603409; }

 p { color: rgb(96,52,9); }

 H1.HeaderClassName
 {
   color: #603409;
 }
 .AnyTagClassName
 {
   color: #603409;
 }
</style>

background-color css

<style>
 a { background-color: #603409; }

 a { background-color: rgb(96,52,9); }

 div.DivClassName
 {
   background-color: #603409;
 }
 .BgClassName
 {
   background-color: #603409;
 }
</style>

border-color css

<style>
 span { border-color: #603409; }

 span { border-color: rgb(96,52,9); }

 td.TdClassName
 {
   border-color: #603409;
 }
 .TagClassName
 {
   border-color: #603409;
 }
</style>