Html Css Color HEX #602504 Baker's Chocolate

📋 copy color: '#602504'

red 96 ◦ green 37 ◦ blue 4

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

Shades of Baker's Chocolate #602504

Tints of Baker's Chocolate #602504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.01%

 BLUE value IS 4 (1.95% from 255) = 2.92%

R = 70.07%
G = 27.01%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#602504 (or 0x602504) is known color: Baker's Chocolate. HEX triplet: 60, 25 and 04. RGB value is (96,37,4). Sum of RGB (Red+Green+Blue) = 96+37+4=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #602504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602504 is #9FDAFB. Grayscale: #333333. Windows color (decimal): -10476284 or 271712. OLE color: 271712.

HSL color Cylindrical-coordinate representation of color #602504: hue angle of 21.52º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #602504 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 4 -
CMYK 0 0.61 0.96 0.62
HSL 21.52º 0.92% 0.2% -
HSV(B) 21.52º 0.96% 0.38% -
XYZ 5.51 3.82 0.56 -
YUV 50.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 96 37 4 0 0.61 0.96 0.62 21.52 0.92 0.2
Hex 60 25 4 0 3D 60 3E 16 5C 14
Octal 140 45 4 0 75 140 76 26 134 24
Binary 1100000 100101 100 0 111101 1100000 111110 10110 1011100 10100

Color Harmonies of #602504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602504

Black with #602504

Text Example


Text Example

White with #602504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602504; }

 p { color: rgb(96,37,4); }

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

background-color css

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

 a { background-color: rgb(96,37,4); }

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

border-color css

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

 span { border-color: rgb(96,37,4); }

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