Html Css Color HEX #83605F Light Wood

📋 copy color: '#83605F'

red 131 ◦ green 96 ◦ blue 95

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

Shades of Light Wood #83605F

Tints of Light Wood #83605F

RGB

 RED value IS 131 (51.56% from 255) = 40.68%

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

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

R = 40.68%
G = 29.81%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83605F (or 0x83605F) is known color: Light Wood. HEX triplet: 83, 60 and 5F. RGB value is (131,96,95). Sum of RGB (Red+Green+Blue) = 131+96+95=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #83605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83605F is #7C9FA0. Grayscale: #6A6A6A. Windows color (decimal): -8167329 or 6250627. OLE color: 6250627.

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

Color convert

RGB 131 96 95 -
CMYK 0 0.27 0.27 0.49
HSL 1.67º 0.16% 0.44% -
HSV(B) 1.67º 0.27% 0.51% -
XYZ 15.61 14.02 12.71 -
YUV 106.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 131 96 95 0 0.27 0.27 0.49 1.67 0.16 0.44
Hex 83 60 5F 0 1B 1B 31 2 10 2C
Octal 203 140 137 0 33 33 61 2 20 54
Binary 10000011 1100000 1011111 0 11011 11011 110001 10 10000 101100

Color Harmonies of #83605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83605F

Black with #83605F

Text Example


Text Example

White with #83605F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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