Html Css Color HEX #836665 Light Wood

📋 copy color: '#836665'

red 131 ◦ green 102 ◦ blue 101

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

Shades of Light Wood #836665

Tints of Light Wood #836665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 39.22%
G = 30.54%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#836665 (or 0x836665) is known color: Light Wood. HEX triplet: 83, 66 and 65. RGB value is (131,102,101). Sum of RGB (Red+Green+Blue) = 131+102+101=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #836665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836665 is #7C999A. Grayscale: #6E6E6E. Windows color (decimal): -8165787 or 6645379. OLE color: 6645379.

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

Color convert

RGB 131 102 101 -
CMYK 0 0.22 0.23 0.49
HSL 0.13% 0.45% -
HSV(B) 0.23% 0.51% -
XYZ 16.46 15.27 14.39 -
YUV 110.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 131 102 101 0 0.22 0.23 0.49 2 0.13 0.45
Hex 83 66 65 0 16 17 31 2 D 2D
Octal 203 146 145 0 26 27 61 2 15 55
Binary 10000011 1100110 1100101 0 10110 10111 110001 10 1101 101101

Color Harmonies of #836665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836665

Black with #836665

Text Example


Text Example

White with #836665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836665; }

 p { color: rgb(131,102,101); }

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

background-color css

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

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

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

border-color css

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

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

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