Html Css Color HEX #996F42 Pale Brown

📋 copy color: '#996F42'

red 153 ◦ green 111 ◦ blue 66

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

Shades of Pale Brown #996F42

Tints of Pale Brown #996F42

RGB

 RED value IS 153 (60.16% from 255) = 46.36%

 GREEN value IS 111 (43.75% from 255) = 33.64%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 46.36%
G = 33.64%
B = 20%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#996F42 (or 0x996F42) is known color: Pale Brown. HEX triplet: 99, 6F and 42. RGB value is (153,111,66). Sum of RGB (Red+Green+Blue) = 153+111+66=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #996F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F42 is #6690BD. Grayscale: #767676. Windows color (decimal): -6721726 or 4353945. OLE color: 4353945.

HSL color Cylindrical-coordinate representation of color #996F42: hue angle of 31.03º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #996F42 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 111 66 -
CMYK 0 0.27 0.57 0.4
HSL 31.03º 0.4% 0.43% -
HSV(B) 31.03º 0.57% 0.6% -
XYZ 19.8 18.53 7.69 -
YUV 118.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 153 111 66 0 0.27 0.57 0.4 31.03 0.4 0.43
Hex 99 6F 42 0 1B 39 28 1F 28 2B
Octal 231 157 102 0 33 71 50 37 50 53
Binary 10011001 1101111 1000010 0 11011 111001 101000 11111 101000 101011

Color Harmonies of #996F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F42

Black with #996F42

Text Example


Text Example

White with #996F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996F42; }

 p { color: rgb(153,111,66); }

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

background-color css

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

 a { background-color: rgb(153,111,66); }

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

border-color css

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

 span { border-color: rgb(153,111,66); }

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