#612A00

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

Shades of Baker's Chocolate #612A00

Tints of Baker's Chocolate #612A00

Color information

#612A00 (or 0x612A00) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2A and 00. RGB value is (97,42,0). Sum of RGB (Red+Green+Blue) = 97+42+0=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #612A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612A00 is #9ED5FF. Grayscale: #353535. Windows color (decimal): -10409472 or 10849. OLE color: 10849.

HSL color Cylindrical-coordinate representation of color #612A00: hue angle of 25.98º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #612A00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB97420-
CMYK00.5710.62
HSL25.98º100%19.02%-
HSV(B)25.98º100%38.04%-
XYZ5.764.20.51-
YUV53.6697.72158.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.78%
GREEN value IS 42 (16.80% from 255) = 30.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.78%
G=30.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9742000.5710.6225.9810019.02
Hex612A0039643E1a6413
Octal141520071144763214423
Binary110000110101000111001110010011111011010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612A00; }

 p { color: rgb(97,42,0); }

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

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

 a { background-color: rgb(97,42,0); }

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

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

 span { border-color: rgb(97,42,0); }

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