#65250E

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

Shades of Baker's Chocolate #65250E

Tints of Baker's Chocolate #65250E

Color information

#65250E (or 0x65250E) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 25 and 0E. RGB value is (101,37,14). Sum of RGB (Red+Green+Blue) = 101+37+14=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #65250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65250E is #9ADAF1. Grayscale: #353535. Windows color (decimal): -10148594 or 927077. OLE color: 927077.

HSL color Cylindrical-coordinate representation of color #65250E: hue angle of 15.86º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65250E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB1013714-
CMYK00.630.860.60
HSL15.86º75.65%22.55%-
HSV(B)15.86º86.14%39.61%-
XYZ6.114.120.89-
YUV53.51105.7161.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.45%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=66.45%
G=24.34%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101371400.630.860.6015.8675.6522.55
Hex6525E03F563C104c17
Octal1454516077126742011427
Binary110010110010111100111111101011011110010000100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65250E; }

 p { color: rgb(101,37,14); }

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

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

 a { background-color: rgb(101,37,14); }

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

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

 span { border-color: rgb(101,37,14); }

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