#612F1C

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

Shades of Baker's Chocolate #612F1C

Tints of Baker's Chocolate #612F1C

Color information

#612F1C (or 0x612F1C) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2F and 1C. RGB value is (97,47,28). Sum of RGB (Red+Green+Blue) = 97+47+28=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #612F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612F1C is #9ED0E3. Grayscale: #3B3B3B. Windows color (decimal): -10408164 or 1847137. OLE color: 1847137.

HSL color Cylindrical-coordinate representation of color #612F1C: hue angle of 16.52º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612F1C is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB974728-
CMYK00.520.710.62
HSL16.52º55.2%24.51%-
HSV(B)16.52º71.13%38.04%-
XYZ6.164.661.67-
YUV59.78110.06154.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 28 (11.33% from 255) = 16.28%
R=56.40%
G=27.33%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97472800.520.710.6216.5255.224.51
Hex612F1C034473E113719
Octal141573406410776216731
Binary110000110111111100011010010001111111101000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,47,28); }

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

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

 a { background-color: rgb(97,47,28); }

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

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

 span { border-color: rgb(97,47,28); }

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