#231206

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

Shades of Wood Bark #231206

Tints of Wood Bark #231206

Color information

#231206 (or 0x231206) is unknown color: approx Wood Bark. HEX triplet: 23, 12 and 06. RGB value is (35,18,6). Sum of RGB (Red+Green+Blue) = 35+18+6=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #231206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231206 is #DCEDF9. Grayscale: #151515. Windows color (decimal): -14478842 or 397859. OLE color: 397859.

HSL color Cylindrical-coordinate representation of color #231206: hue angle of 24.83º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231206 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB35186-
CMYK00.490.830.86
HSL24.83º70.73%8.04%-
HSV(B)24.83º82.86%13.73%-
XYZ0.940.80.28-
YUV21.72119.13137.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 59.32%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 6 (2.73% from 255) = 10.17%
R=59.32%
G=30.51%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3518600.490.830.8624.8370.738.04
Hex23126031535619478
Octal432260611231263110710
Binary100011100101100110001101001110101101100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231206; }

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

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

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

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

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

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

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

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