#612308

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

Shades of Baker's Chocolate #612308

Tints of Baker's Chocolate #612308

Color information

#612308 (or 0x612308) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 23 and 08. RGB value is (97,35,8). Sum of RGB (Red+Green+Blue) = 97+35+8=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #612308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612308 is #9EDCF7. Grayscale: #323232. Windows color (decimal): -10411256 or 533345. OLE color: 533345.

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

Color convert

RGB97358-
CMYK00.640.920.62
HSL18.2º84.76%20.59%-
HSV(B)18.2º91.75%38.04%-
XYZ5.573.760.66-
YUV50.46104.04161.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.29%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 5.71%
R=69.29%
G=25%
B=5.71%

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
Decimal9735800.640.920.6218.284.7620.59
Hex612380405C3E125515
Octal14143100100134762212525
Binary1100001100011100001000000101110011111010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612308; }

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

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

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

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

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

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

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

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