#612E00

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

Shades of Baker's Chocolate #612E00

Tints of Baker's Chocolate #612E00

Color information

#612E00 (or 0x612E00) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2E and 00. RGB value is (97,46,0). Sum of RGB (Red+Green+Blue) = 97+46+0=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #612E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E00 is #9ED1FF. Grayscale: #383838. Windows color (decimal): -10408448 or 11873. OLE color: 11873.

HSL color Cylindrical-coordinate representation of color #612E00: hue angle of 28.45º 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 #612E00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB97460-
CMYK00.5310.62
HSL28.45º100%19.02%-
HSV(B)28.45º100%38.04%-
XYZ5.914.50.56-
YUV5696.4157.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.83%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.83%
G=32.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9746000.5310.6228.4510019.02
Hex612E0035643E1c6413
Octal141560065144763414423
Binary110000110111000110101110010011111011100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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