Html Css Color HEX #996B4B Dark Tan

📋 copy color: '#996B4B'

red 153 ◦ green 107 ◦ blue 75

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

Shades of Dark Tan #996B4B

Tints of Dark Tan #996B4B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

 BLUE value IS 75 (29.69% from 255) = 22.39%

R = 45.67%
G = 31.94%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#996B4B (or 0x996B4B) is known color: Dark Tan. HEX triplet: 99, 6B and 4B. RGB value is (153,107,75). Sum of RGB (Red+Green+Blue) = 153+107+75=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B4B is #6694B4. Grayscale: #757575. Windows color (decimal): -6722741 or 4942745. OLE color: 4942745.

HSL color Cylindrical-coordinate representation of color #996B4B: hue angle of 24.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #996B4B is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 75 -
CMYK 0 0.30 0.51 0.4
HSL 24.62º 0.34% 0.45% -
HSV(B) 24.62º 0.51% 0.6% -
XYZ 19.66 17.8 9.06 -
YUV 117.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 153 107 75 0 0.30 0.51 0.4 24.62 0.34 0.45
Hex 99 6B 4B 0 1E 33 28 19 22 2D
Octal 231 153 113 0 36 63 50 31 42 55
Binary 10011001 1101011 1001011 0 11110 110011 101000 11001 100010 101101

Color Harmonies of #996B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B4B

Black with #996B4B

Text Example


Text Example

White with #996B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,107,75); }

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

background-color css

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

 a { background-color: rgb(153,107,75); }

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

border-color css

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

 span { border-color: rgb(153,107,75); }

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