#63250E

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

Shades of Baker's Chocolate #63250E

Tints of Baker's Chocolate #63250E

Color information

#63250E (or 0x63250E) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 25 and 0E. RGB value is (99,37,14). Sum of RGB (Red+Green+Blue) = 99+37+14=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63250E is #9CDAF1. Grayscale: #353535. Windows color (decimal): -10279666 or 927075. OLE color: 927075.

HSL color Cylindrical-coordinate representation of color #63250E: hue angle of 16.24º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63250E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB993714-
CMYK00.630.860.61
HSL16.24º75.22%22.16%-
HSV(B)16.24º85.86%38.82%-
XYZ5.894.010.88-
YUV52.92106.04160.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 14 (5.86% from 255) = 9.33%
R=66%
G=24.67%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99371400.630.860.6116.2475.2222.16
Hex6325E03F563D104b16
Octal1434516077126752011326
Binary110001110010111100111111101011011110110000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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