Html Css Color HEX #99631E Golden Brown

📋 copy color: '#99631E'

red 153 ◦ green 99 ◦ blue 30

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

Shades of Golden Brown #99631E

Tints of Golden Brown #99631E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.11%

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 54.26%
G = 35.11%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99631E (or 0x99631E) is known color: Golden Brown. HEX triplet: 99, 63 and 1E. RGB value is (153,99,30). Sum of RGB (Red+Green+Blue) = 153+99+30=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99631E is #669CE1. Grayscale: #6B6B6B. Windows color (decimal): -6724834 or 1991577. OLE color: 1991577.

HSL color Cylindrical-coordinate representation of color #99631E: hue angle of 33.66º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99631E is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 30 -
CMYK 0 0.35 0.80 0.4
HSL 33.66º 0.67% 0.36% -
HSV(B) 33.66º 0.8% 0.6% -
XYZ 17.83 15.79 3.34 -
YUV 107.28 84.39 160.61 -
System Red Green Blue C M Y K H S L
Decimal 153 99 30 0 0.35 0.80 0.4 33.66 0.67 0.36
Hex 99 63 1E 0 23 50 28 22 43 24
Octal 231 143 36 0 43 120 50 42 103 44
Binary 10011001 1100011 11110 0 100011 1010000 101000 100010 1000011 100100

Color Harmonies of #99631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99631E

Black with #99631E

Text Example


Text Example

White with #99631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99631E; }

 p { color: rgb(153,99,30); }

 H1.HeaderClassName
 {
   color: #99631E;
 }
 .AnyTagClassName
 {
   color: #99631E;
 }
</style>

background-color css

<style>
 a { background-color: #99631E; }

 a { background-color: rgb(153,99,30); }

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

border-color css

<style>
 span { border-color: #99631E; }

 span { border-color: rgb(153,99,30); }

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