Html Css Color HEX #826565 Light Wood

📋 copy color: '#826565'

red 130 ◦ green 101 ◦ blue 101

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

Shades of Light Wood #826565

Tints of Light Wood #826565

RGB

 RED value IS 130 (51.17% from 255) = 39.16%

 GREEN value IS 101 (39.84% from 255) = 30.42%

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

R = 39.16%
G = 30.42%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#826565 (or 0x826565) is known color: Light Wood. HEX triplet: 82, 65 and 65. RGB value is (130,101,101). Sum of RGB (Red+Green+Blue) = 130+101+101=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #826565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826565 is #7D9A9A. Grayscale: #6D6D6D. Windows color (decimal): -8231579 or 6645122. OLE color: 6645122.

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

Color convert

RGB 130 101 101 -
CMYK 0 0.22 0.22 0.49
HSL 0.13% 0.45% -
HSV(B) 0.22% 0.51% -
XYZ 16.21 14.99 14.35 -
YUV 109.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 130 101 101 0 0.22 0.22 0.49 0 0.13 0.45
Hex 82 65 65 0 16 16 31 0 D 2D
Octal 202 145 145 0 26 26 61 0 15 55
Binary 10000010 1100101 1100101 0 10110 10110 110001 0 1101 101101

Color Harmonies of #826565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826565

Black with #826565

Text Example


Text Example

White with #826565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826565; }

 p { color: rgb(130,101,101); }

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

background-color css

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

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

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

border-color css

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

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

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