Html Css Color HEX #99610F Golden Brown

📋 copy color: '#99610F'

red 153 ◦ green 97 ◦ blue 15

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

Shades of Golden Brown #99610F

Tints of Golden Brown #99610F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.66%

R = 57.74%
G = 36.6%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99610F (or 0x99610F) is known color: Golden Brown. HEX triplet: 99, 61 and 0F. RGB value is (153,97,15). Sum of RGB (Red+Green+Blue) = 153+97+15=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99610F is #669EF0. Grayscale: #686868. Windows color (decimal): -6725361 or 1008025. OLE color: 1008025.

HSL color Cylindrical-coordinate representation of color #99610F: hue angle of 35.65º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99610F is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 15 -
CMYK 0 0.37 0.90 0.4
HSL 35.65º 0.82% 0.33% -
HSV(B) 35.65º 0.9% 0.6% -
XYZ 17.5 15.36 2.49 -
YUV 104.4 77.55 162.67 -
System Red Green Blue C M Y K H S L
Decimal 153 97 15 0 0.37 0.90 0.4 35.65 0.82 0.33
Hex 99 61 F 0 25 5A 28 24 52 21
Octal 231 141 17 0 45 132 50 44 122 41
Binary 10011001 1100001 1111 0 100101 1011010 101000 100100 1010010 100001

Color Harmonies of #99610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99610F

Black with #99610F

Text Example


Text Example

White with #99610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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