Html Css Color HEX #602C0F Baker's Chocolate

📋 copy color: '#602C0F'

red 96 ◦ green 44 ◦ blue 15

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

Shades of Baker's Chocolate #602C0F

Tints of Baker's Chocolate #602C0F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.39%

 BLUE value IS 15 (6.25% from 255) = 9.68%

R = 61.94%
G = 28.39%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#602C0F (or 0x602C0F) is known color: Baker's Chocolate. HEX triplet: 60, 2C and 0F. RGB value is (96,44,15). Sum of RGB (Red+Green+Blue) = 96+44+15=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602C0F is #9FD3F0. Grayscale: #383838. Windows color (decimal): -10474481 or 994400. OLE color: 994400.

HSL color Cylindrical-coordinate representation of color #602C0F: hue angle of 21.48º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #602C0F is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 44 15 -
CMYK 0 0.54 0.84 0.62
HSL 21.48º 0.73% 0.22% -
HSV(B) 21.48º 0.84% 0.38% -
XYZ 5.81 4.32 0.98 -
YUV 56.24 104.73 156.36 -
System Red Green Blue C M Y K H S L
Decimal 96 44 15 0 0.54 0.84 0.62 21.48 0.73 0.22
Hex 60 2C F 0 36 54 3E 15 49 16
Octal 140 54 17 0 66 124 76 25 111 26
Binary 1100000 101100 1111 0 110110 1010100 111110 10101 1001001 10110

Color Harmonies of #602C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C0F

Black with #602C0F

Text Example


Text Example

White with #602C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602C0F; }

 p { color: rgb(96,44,15); }

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

background-color css

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

 a { background-color: rgb(96,44,15); }

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

border-color css

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

 span { border-color: rgb(96,44,15); }

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