Html Css Color HEX #251206 Wood Bark

📋 copy color: '#251206'

red 37 ◦ green 18 ◦ blue 6

#251206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #251206

Tints of Wood Bark #251206

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 value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#251206 (or 0x251206) is known color: 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

RGB 37 18 6 -
CMYK 0 0.51 0.84 0.85
HSL 23.23º 0.72% 0.08% -
HSV(B) 23.23º 0.84% 0.15% -
XYZ 1.01 0.84 0.28 -
YUV 22.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 37 18 6 0 0.51 0.84 0.85 23.23 0.72 0.08
Hex 25 12 6 0 33 54 55 17 48 8
Octal 45 22 6 0 63 124 125 27 110 10
Binary 100101 10010 110 0 110011 1010100 1010101 10111 1001000 1000

Color Harmonies of #251206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251206

Black with #251206

Text Example


Text Example

White with #251206

Text Example


Text Example

HTML Codes & Css Web 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>