#602308

Color #602308 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #602308

Tints of Baker's Chocolate #602308

Color information

#602308 (or 0x602308) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 23 and 08. RGB value is (96,35,8). Sum of RGB (Red+Green+Blue) = 96+35+8=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #602308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602308 is #9FDCF7. Grayscale: #323232. Windows color (decimal): -10476792 or 533344. OLE color: 533344.

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

Color convert

RGB96358-
CMYK00.640.920.62
HSL18.41º84.62%20.39%-
HSV(B)18.41º91.67%37.65%-
XYZ5.473.710.66-
YUV50.16104.21160.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.06%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 8 (3.52% from 255) = 5.76%
R=69.06%
G=25.18%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9635800.640.920.6218.4184.6220.39
Hex602380405C3E125514
Octal14043100100134762212524
Binary1100000100011100001000000101110011111010010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602308; }

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

 H1.HeaderClassName
 {
   color: #602308;
 }
 .AnyTagClassName
 {
   color: #602308;
 }
</style>
background-color css

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

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

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

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

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

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