#251206

Color #251206 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #251206

Tints of Wood Bark #251206

Color information

#251206 (or 0x251206) is unknown color: approx Wood Bark. HEX triplet: 25, 12 and 06. RGB value is (37,18,6). Sum of RGB (Red+Green+Blue) = 37+18+6=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #251206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251206 is #DAEDF9. Grayscale: #161616. Windows color (decimal): -14347770 or 397861. OLE color: 397861.

HSL color Cylindrical-coordinate representation of color #251206: hue angle of 23.23º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251206 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB37186-
CMYK00.510.840.85
HSL23.23º72.09%8.43%-
HSV(B)23.23º83.78%14.51%-
XYZ1.010.840.28-
YUV22.31118.79138.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 60.66%
GREEN value IS 18 (7.42% from 255) = 29.51%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=60.66%
G=29.51%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3718600.510.840.8523.2372.098.43
Hex25126033545517488
Octal452260631241252711010
Binary100101100101100110011101010010101011011110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251206; }

 p { color: rgb(37,18,6); }

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

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

 a { background-color: rgb(37,18,6); }

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

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

 span { border-color: rgb(37,18,6); }

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