#651E05

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

Shades of Baker's Chocolate #651E05

Tints of Baker's Chocolate #651E05

Color information

#651E05 (or 0x651E05) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 1E and 05. RGB value is (101,30,5). Sum of RGB (Red+Green+Blue) = 101+30+5=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #651E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651E05 is #9AE1FA. Grayscale: #303030. Windows color (decimal): -10150395 or 335461. OLE color: 335461.

HSL color Cylindrical-coordinate representation of color #651E05: hue angle of 15.62º 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 #651E05 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB101305-
CMYK00.700.950.60
HSL15.62º90.57%20.78%-
HSV(B)15.62º95.05%39.61%-
XYZ5.863.710.55-
YUV48.38103.52165.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 74.26%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=74.26%
G=22.06%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10130500.700.950.6015.6290.5720.78
Hex651E50465F3C105b15
Octal1453650106137742013325
Binary11001011111010101000110101111111110010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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