Html Css Color HEX #846262 Light Wood

📋 copy color: '#846262'

red 132 ◦ green 98 ◦ blue 98

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

Shades of Light Wood #846262

Tints of Light Wood #846262

RGB

 RED value IS 132 (51.95% from 255) = 40.24%

 GREEN value IS 98 (38.67% from 255) = 29.88%

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

R = 40.24%
G = 29.88%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#846262 (or 0x846262) is known color: Light Wood. HEX triplet: 84, 62 and 62. RGB value is (132,98,98). Sum of RGB (Red+Green+Blue) = 132+98+98=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #846262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846262 is #7B9D9D. Grayscale: #6C6C6C. Windows color (decimal): -8101278 or 6447748. OLE color: 6447748.

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

Color convert

RGB 132 98 98 -
CMYK 0 0.26 0.26 0.48
HSL 0.15% 0.45% -
HSV(B) 0.26% 0.52% -
XYZ 16.09 14.52 13.51 -
YUV 108.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 132 98 98 0 0.26 0.26 0.48 0 0.15 0.45
Hex 84 62 62 0 1A 1A 30 0 F 2D
Octal 204 142 142 0 32 32 60 0 17 55
Binary 10000100 1100010 1100010 0 11010 11010 110000 0 1111 101101

Color Harmonies of #846262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846262

Black with #846262

Text Example


Text Example

White with #846262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846262; }

 p { color: rgb(132,98,98); }

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

background-color css

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

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

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

border-color css

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

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

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