#612601

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

Shades of Baker's Chocolate #612601

Tints of Baker's Chocolate #612601

Color information

#612601 (or 0x612601) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 26 and 01. RGB value is (97,38,1). Sum of RGB (Red+Green+Blue) = 97+38+1=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #612601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612601 is #9ED9FE. Grayscale: #333333. Windows color (decimal): -10410495 or 75361. OLE color: 75361.

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

Color convert

RGB97381-
CMYK00.610.990.62
HSL23.12º97.96%19.22%-
HSV(B)23.12º98.97%38.04%-
XYZ5.633.930.49-
YUV51.4299.55160.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.32%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=71.32%
G=27.94%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9738100.610.990.6223.1297.9619.22
Hex6126103D633E176213
Octal141461075143762714223
Binary110000110011010111101110001111111010111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612601; }

 p { color: rgb(97,38,1); }

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

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

 a { background-color: rgb(97,38,1); }

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

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

 span { border-color: rgb(97,38,1); }

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