Html Css Color HEX #99611D Golden Brown

📋 copy color: '#99611D'

red 153 ◦ green 97 ◦ blue 29

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

Shades of Golden Brown #99611D

Tints of Golden Brown #99611D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 54.84%
G = 34.77%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#99611D (or 0x99611D) is known color: Golden Brown. HEX triplet: 99, 61 and 1D. RGB value is (153,97,29). Sum of RGB (Red+Green+Blue) = 153+97+29=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #99611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99611D is #669EE2. Grayscale: #6A6A6A. Windows color (decimal): -6725347 or 1925529. OLE color: 1925529.

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

Color convert

RGB 153 97 29 -
CMYK 0 0.37 0.81 0.4
HSL 32.9º 0.68% 0.36% -
HSV(B) 32.9º 0.81% 0.6% -
XYZ 17.63 15.41 3.21 -
YUV 105.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 153 97 29 0 0.37 0.81 0.4 32.9 0.68 0.36
Hex 99 61 1D 0 25 51 28 21 44 24
Octal 231 141 35 0 45 121 50 41 104 44
Binary 10011001 1100001 11101 0 100101 1010001 101000 100001 1000100 100100

Color Harmonies of #99611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99611D

Black with #99611D

Text Example


Text Example

White with #99611D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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