Html Css Color HEX #836363 Light Wood

📋 copy color: '#836363'

red 131 ◦ green 99 ◦ blue 99

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

Shades of Light Wood #836363

Tints of Light Wood #836363

RGB

 RED value IS 131 (51.56% from 255) = 39.82%

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

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 39.82%
G = 30.09%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#836363 (or 0x836363) is known color: Light Wood. HEX triplet: 83, 63 and 63. RGB value is (131,99,99). Sum of RGB (Red+Green+Blue) = 131+99+99=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #836363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836363 is #7C9C9C. Grayscale: #6C6C6C. Windows color (decimal): -8166557 or 6513539. OLE color: 6513539.

HSL color Cylindrical-coordinate representation of color #836363: hue angle of 0º 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 #836363 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 99 99 -
CMYK 0 0.24 0.24 0.49
HSL 0.14% 0.45% -
HSV(B) 0.24% 0.51% -
XYZ 16.07 14.65 13.78 -
YUV 108.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 131 99 99 0 0.24 0.24 0.49 0 0.14 0.45
Hex 83 63 63 0 18 18 31 0 E 2D
Octal 203 143 143 0 30 30 61 0 16 55
Binary 10000011 1100011 1100011 0 11000 11000 110001 0 1110 101101

Color Harmonies of #836363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836363

Black with #836363

Text Example


Text Example

White with #836363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836363; }

 p { color: rgb(131,99,99); }

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

background-color css

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

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

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

border-color css

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

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

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