Html Css Color HEX #99613D Desert

📋 copy color: '#99613D'

red 153 ◦ green 97 ◦ blue 61

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

Shades of Desert #99613D

Tints of Desert #99613D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 49.2%
G = 31.19%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#99613D (or 0x99613D) is known color: Desert. HEX triplet: 99, 61 and 3D. RGB value is (153,97,61). Sum of RGB (Red+Green+Blue) = 153+97+61=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99613D is #669EC2. Grayscale: #6D6D6D. Windows color (decimal): -6725315 or 4022681. OLE color: 4022681.

HSL color Cylindrical-coordinate representation of color #99613D: hue angle of 23.48º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99613D is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 61 -
CMYK 0 0.37 0.60 0.4
HSL 23.48º 0.43% 0.42% -
HSV(B) 23.48º 0.6% 0.6% -
XYZ 18.25 15.66 6.48 -
YUV 109.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 153 97 61 0 0.37 0.60 0.4 23.48 0.43 0.42
Hex 99 61 3D 0 25 3C 28 17 2B 2A
Octal 231 141 75 0 45 74 50 27 53 52
Binary 10011001 1100001 111101 0 100101 111100 101000 10111 101011 101010

Color Harmonies of #99613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99613D

Black with #99613D

Text Example


Text Example

White with #99613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99613D; }

 p { color: rgb(153,97,61); }

 H1.HeaderClassName
 {
   color: #99613D;
 }
 .AnyTagClassName
 {
   color: #99613D;
 }
</style>

background-color css

<style>
 a { background-color: #99613D; }

 a { background-color: rgb(153,97,61); }

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

border-color css

<style>
 span { border-color: #99613D; }

 span { border-color: rgb(153,97,61); }

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