Html Css Color HEX #99690C Golden Brown

📋 copy color: '#99690C'

red 153 ◦ green 105 ◦ blue 12

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

Shades of Golden Brown #99690C

Tints of Golden Brown #99690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

 BLUE value IS 12 (5.08% from 255) = 4.44%

R = 56.67%
G = 38.89%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99690C (or 0x99690C) is known color: Golden Brown. HEX triplet: 99, 69 and 0C. RGB value is (153,105,12). Sum of RGB (Red+Green+Blue) = 153+105+12=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #99690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99690C is #6696F3. Grayscale: #6D6D6D. Windows color (decimal): -6723316 or 813465. OLE color: 813465.

HSL color Cylindrical-coordinate representation of color #99690C: hue angle of 39.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99690C is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 12 -
CMYK 0 0.31 0.92 0.4
HSL 39.57º 0.85% 0.32% -
HSV(B) 39.57º 0.92% 0.6% -
XYZ 18.25 16.9 2.65 -
YUV 108.75 73.4 159.56 -
System Red Green Blue C M Y K H S L
Decimal 153 105 12 0 0.31 0.92 0.4 39.57 0.85 0.32
Hex 99 69 C 0 1F 5C 28 28 55 20
Octal 231 151 14 0 37 134 50 50 125 40
Binary 10011001 1101001 1100 0 11111 1011100 101000 101000 1010101 100000

Color Harmonies of #99690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99690C

Black with #99690C

Text Example


Text Example

White with #99690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99690C; }

 p { color: rgb(153,105,12); }

 H1.HeaderClassName
 {
   color: #99690C;
 }
 .AnyTagClassName
 {
   color: #99690C;
 }
</style>

background-color css

<style>
 a { background-color: #99690C; }

 a { background-color: rgb(153,105,12); }

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

border-color css

<style>
 span { border-color: #99690C; }

 span { border-color: rgb(153,105,12); }

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