Html Css Color HEX #99631C Golden Brown

📋 copy color: '#99631C'

red 153 ◦ green 99 ◦ blue 28

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

Shades of Golden Brown #99631C

Tints of Golden Brown #99631C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 54.64%
G = 35.36%
B = 10%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99631C (or 0x99631C) is known color: Golden Brown. HEX triplet: 99, 63 and 1C. RGB value is (153,99,28). Sum of RGB (Red+Green+Blue) = 153+99+28=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99631C is #669CE3. Grayscale: #6B6B6B. Windows color (decimal): -6724836 or 1860505. OLE color: 1860505.

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

Color convert

RGB 153 99 28 -
CMYK 0 0.35 0.82 0.4
HSL 34.08º 0.69% 0.35% -
HSV(B) 34.08º 0.82% 0.6% -
XYZ 17.81 15.78 3.21 -
YUV 107.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 153 99 28 0 0.35 0.82 0.4 34.08 0.69 0.35
Hex 99 63 1C 0 23 52 28 22 45 23
Octal 231 143 34 0 43 122 50 42 105 43
Binary 10011001 1100011 11100 0 100011 1010010 101000 100010 1000101 100011

Color Harmonies of #99631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99631C

Black with #99631C

Text Example


Text Example

White with #99631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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