Html Css Color HEX #99621D Golden Brown

📋 copy color: '#99621D'

red 153 ◦ green 98 ◦ blue 29

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

Shades of Golden Brown #99621D

Tints of Golden Brown #99621D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 54.64%
G = 35%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#99621D (or 0x99621D) is known color: Golden Brown. HEX triplet: 99, 62 and 1D. RGB value is (153,98,29). Sum of RGB (Red+Green+Blue) = 153+98+29=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99621D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99621D is #669DE2. Grayscale: #6A6A6A. Windows color (decimal): -6725091 or 1925785. OLE color: 1925785.

HSL color Cylindrical-coordinate representation of color #99621D: hue angle of 33.39º 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 #99621D is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 29 -
CMYK 0 0.36 0.81 0.4
HSL 33.39º 0.68% 0.36% -
HSV(B) 33.39º 0.81% 0.6% -
XYZ 17.73 15.6 3.24 -
YUV 106.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 153 98 29 0 0.36 0.81 0.4 33.39 0.68 0.36
Hex 99 62 1D 0 24 51 28 21 44 24
Octal 231 142 35 0 44 121 50 41 104 44
Binary 10011001 1100010 11101 0 100100 1010001 101000 100001 1000100 100100

Color Harmonies of #99621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99621D

Black with #99621D

Text Example


Text Example

White with #99621D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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