Html Css Color HEX #816362 Light Wood

📋 copy color: '#816362'

red 129 ◦ green 99 ◦ blue 98

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

Shades of Light Wood #816362

Tints of Light Wood #816362

RGB

 RED value IS 129 (50.78% from 255) = 39.57%

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 39.57%
G = 30.37%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#816362 (or 0x816362) is known color: Light Wood. HEX triplet: 81, 63 and 62. RGB value is (129,99,98). Sum of RGB (Red+Green+Blue) = 129+99+98=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #816362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816362 is #7E9C9D. Grayscale: #6B6B6B. Windows color (decimal): -8297630 or 6448001. OLE color: 6448001.

HSL color Cylindrical-coordinate representation of color #816362: hue angle of 1.94º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #816362 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 99 98 -
CMYK 0 0.23 0.24 0.49
HSL 1.94º 0.14% 0.45% -
HSV(B) 1.94º 0.24% 0.51% -
XYZ 15.72 14.47 13.52 -
YUV 107.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 129 99 98 0 0.23 0.24 0.49 1.94 0.14 0.45
Hex 81 63 62 0 17 18 31 2 E 2D
Octal 201 143 142 0 27 30 61 2 16 55
Binary 10000001 1100011 1100010 0 10111 11000 110001 10 1110 101101

Color Harmonies of #816362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816362

Black with #816362

Text Example


Text Example

White with #816362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816362; }

 p { color: rgb(129,99,98); }

 H1.HeaderClassName
 {
   color: #816362;
 }
 .AnyTagClassName
 {
   color: #816362;
 }
</style>

background-color css

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

 a { background-color: rgb(129,99,98); }

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

border-color css

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

 span { border-color: rgb(129,99,98); }

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