Html Css Color HEX #602F0F Baker's Chocolate

📋 copy color: '#602F0F'

red 96 ◦ green 47 ◦ blue 15

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

Shades of Baker's Chocolate #602F0F

Tints of Baker's Chocolate #602F0F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.75%

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

R = 60.76%
G = 29.75%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#602F0F (or 0x602F0F) is known color: Baker's Chocolate. HEX triplet: 60, 2F and 0F. RGB value is (96,47,15). Sum of RGB (Red+Green+Blue) = 96+47+15=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #602F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F0F is #9FD0F0. Grayscale: #3A3A3A. Windows color (decimal): -10473713 or 995168. OLE color: 995168.

HSL color Cylindrical-coordinate representation of color #602F0F: hue angle of 23.7º 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 #602F0F is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 15 -
CMYK 0 0.51 0.84 0.62
HSL 23.7º 0.73% 0.22% -
HSV(B) 23.7º 0.84% 0.38% -
XYZ 5.93 4.55 1.02 -
YUV 58 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 96 47 15 0 0.51 0.84 0.62 23.7 0.73 0.22
Hex 60 2F F 0 33 54 3E 18 49 16
Octal 140 57 17 0 63 124 76 30 111 26
Binary 1100000 101111 1111 0 110011 1010100 111110 11000 1001001 10110

Color Harmonies of #602F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F0F

Black with #602F0F

Text Example


Text Example

White with #602F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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