Html Css Color HEX #602F01 Baker's Chocolate

📋 copy color: '#602F01'

red 96 ◦ green 47 ◦ blue 1

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

Shades of Baker's Chocolate #602F01

Tints of Baker's Chocolate #602F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.69%

R = 66.67%
G = 32.64%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#602F01 (or 0x602F01) is known color: Baker's Chocolate. HEX triplet: 60, 2F and 01. RGB value is (96,47,1). Sum of RGB (Red+Green+Blue) = 96+47+1=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #602F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F01 is #9FD0FE. Grayscale: #383838. Windows color (decimal): -10473727 or 77664. OLE color: 77664.

HSL color Cylindrical-coordinate representation of color #602F01: hue angle of 29.05º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #602F01 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 1 -
CMYK 0 0.51 0.99 0.62
HSL 29.05º 0.98% 0.19% -
HSV(B) 29.05º 0.99% 0.38% -
XYZ 5.85 4.52 0.59 -
YUV 56.41 96.73 156.24 -
System Red Green Blue C M Y K H S L
Decimal 96 47 1 0 0.51 0.99 0.62 29.05 0.98 0.19
Hex 60 2F 1 0 33 63 3E 1D 62 13
Octal 140 57 1 0 63 143 76 35 142 23
Binary 1100000 101111 1 0 110011 1100011 111110 11101 1100010 10011

Color Harmonies of #602F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F01

Black with #602F01

Text Example


Text Example

White with #602F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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