Html Css Color HEX #602307 Baker's Chocolate

📋 copy color: '#602307'

red 96 ◦ green 35 ◦ blue 7

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

Shades of Baker's Chocolate #602307

Tints of Baker's Chocolate #602307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.36%

 BLUE value IS 7 (3.13% from 255) = 5.07%

R = 69.57%
G = 25.36%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#602307 (or 0x602307) is known color: Baker's Chocolate. HEX triplet: 60, 23 and 07. RGB value is (96,35,7). Sum of RGB (Red+Green+Blue) = 96+35+7=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #602307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602307 is #9FDCF8. Grayscale: #323232. Windows color (decimal): -10476793 or 467808. OLE color: 467808.

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

Color convert

RGB 96 35 7 -
CMYK 0 0.64 0.93 0.62
HSL 18.88º 0.86% 0.2% -
HSV(B) 18.88º 0.93% 0.38% -
XYZ 5.46 3.7 0.63 -
YUV 50.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 96 35 7 0 0.64 0.93 0.62 18.88 0.86 0.2
Hex 60 23 7 0 40 5D 3E 13 56 14
Octal 140 43 7 0 100 135 76 23 126 24
Binary 1100000 100011 111 0 1000000 1011101 111110 10011 1010110 10100

Color Harmonies of #602307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602307

Black with #602307

Text Example


Text Example

White with #602307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602307; }

 p { color: rgb(96,35,7); }

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

background-color css

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

 a { background-color: rgb(96,35,7); }

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

border-color css

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

 span { border-color: rgb(96,35,7); }

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