Html Css Color HEX #84605F Light Wood

📋 copy color: '#84605F'

red 132 ◦ green 96 ◦ blue 95

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

Shades of Light Wood #84605F

Tints of Light Wood #84605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.72%

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 40.87%
G = 29.72%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84605F (or 0x84605F) is known color: Light Wood. HEX triplet: 84, 60 and 5F. RGB value is (132,96,95). Sum of RGB (Red+Green+Blue) = 132+96+95=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84605F is #7B9FA0. Grayscale: #6A6A6A. Windows color (decimal): -8101793 or 6250628. OLE color: 6250628.

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

Color convert

RGB 132 96 95 -
CMYK 0 0.27 0.28 0.48
HSL 1.62º 0.16% 0.45% -
HSV(B) 1.62º 0.28% 0.52% -
XYZ 15.76 14.1 12.72 -
YUV 106.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 132 96 95 0 0.27 0.28 0.48 1.62 0.16 0.45
Hex 84 60 5F 0 1B 1C 30 2 10 2D
Octal 204 140 137 0 33 34 60 2 20 55
Binary 10000100 1100000 1011111 0 11011 11100 110000 10 10000 101101

Color Harmonies of #84605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84605F

Black with #84605F

Text Example


Text Example

White with #84605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84605F; }

 p { color: rgb(132,96,95); }

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

background-color css

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

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

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

border-color css

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

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

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