Html Css Color HEX #826767 Light Wood

📋 copy color: '#826767'

red 130 ◦ green 103 ◦ blue 103

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

Shades of Light Wood #826767

Tints of Light Wood #826767

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

 BLUE value IS 103 (40.63% from 255) = 30.65%

R = 38.69%
G = 30.65%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#826767 (or 0x826767) is known color: Light Wood. HEX triplet: 82, 67 and 67. RGB value is (130,103,103). Sum of RGB (Red+Green+Blue) = 130+103+103=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #826767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826767 is #7D9898. Grayscale: #6F6F6F. Windows color (decimal): -8231065 or 6776706. OLE color: 6776706.

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

Color convert

RGB 130 103 103 -
CMYK 0 0.21 0.21 0.49
HSL 0.12% 0.46% -
HSV(B) 0.21% 0.51% -
XYZ 16.5 15.43 14.94 -
YUV 111.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 130 103 103 0 0.21 0.21 0.49 0 0.12 0.46
Hex 82 67 67 0 15 15 31 0 C 2E
Octal 202 147 147 0 25 25 61 0 14 56
Binary 10000010 1100111 1100111 0 10101 10101 110001 0 1100 101110

Color Harmonies of #826767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826767

Black with #826767

Text Example


Text Example

White with #826767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826767; }

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

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

background-color css

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

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

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

border-color css

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

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

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