Html Css Color HEX #84615F Light Wood

📋 copy color: '#84615F'

red 132 ◦ green 97 ◦ blue 95

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

Shades of Light Wood #84615F

Tints of Light Wood #84615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

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

R = 40.74%
G = 29.94%
B = 29.32%

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

#84615F (or 0x84615F) is known color: Light Wood. HEX triplet: 84, 61 and 5F. RGB value is (132,97,95). Sum of RGB (Red+Green+Blue) = 132+97+95=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84615F is #7B9EA0. Grayscale: #6B6B6B. Windows color (decimal): -8101537 or 6250884. OLE color: 6250884.

HSL color Cylindrical-coordinate representation of color #84615F: hue angle of 3.24º 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 #84615F is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 97 95 -
CMYK 0 0.27 0.28 0.48
HSL 3.24º 0.16% 0.45% -
HSV(B) 3.24º 0.28% 0.52% -
XYZ 15.86 14.28 12.75 -
YUV 107.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 132 97 95 0 0.27 0.28 0.48 3.24 0.16 0.45
Hex 84 61 5F 0 1B 1C 30 3 10 2D
Octal 204 141 137 0 33 34 60 3 20 55
Binary 10000100 1100001 1011111 0 11011 11100 110000 11 10000 101101

Color Harmonies of #84615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84615F

Black with #84615F

Text Example


Text Example

White with #84615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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