#651F05

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

Shades of Baker's Chocolate #651F05

Tints of Baker's Chocolate #651F05

Color information

#651F05 (or 0x651F05) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 1F and 05. RGB value is (101,31,5). Sum of RGB (Red+Green+Blue) = 101+31+5=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #651F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651F05 is #9AE0FA. Grayscale: #313131. Windows color (decimal): -10150139 or 335717. OLE color: 335717.

HSL color Cylindrical-coordinate representation of color #651F05: hue angle of 16.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #651F05 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB101315-
CMYK00.690.950.60
HSL16.25º90.57%20.78%-
HSV(B)16.25º95.05%39.61%-
XYZ5.883.760.56-
YUV48.97103.19165.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 73.72%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 5 (2.34% from 255) = 3.65%
R=73.72%
G=22.63%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10131500.690.950.6016.2590.5720.78
Hex651F50455F3C105b15
Octal1453750105137742013325
Binary11001011111110101000101101111111110010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651F05; }

 p { color: rgb(101,31,5); }

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

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

 a { background-color: rgb(101,31,5); }

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

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

 span { border-color: rgb(101,31,5); }

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