Html Css Color HEX #96621A Golden Brown

📋 copy color: '#96621A'

red 150 ◦ green 98 ◦ blue 26

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

Shades of Golden Brown #96621A

Tints of Golden Brown #96621A

RGB

 RED value IS 150 (58.98% from 255) = 54.74%

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

 BLUE value IS 26 (10.55% from 255) = 9.49%

R = 54.74%
G = 35.77%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#96621A (or 0x96621A) is known color: Golden Brown. HEX triplet: 96, 62 and 1A. RGB value is (150,98,26). Sum of RGB (Red+Green+Blue) = 150+98+26=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #96621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96621A is #699DE5. Grayscale: #696969. Windows color (decimal): -6921702 or 1729174. OLE color: 1729174.

HSL color Cylindrical-coordinate representation of color #96621A: hue angle of 34.84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96621A is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 98 26 -
CMYK 0 0.35 0.83 0.41
HSL 34.84º 0.7% 0.35% -
HSV(B) 34.84º 0.83% 0.59% -
XYZ 17.13 15.29 3.03 -
YUV 105.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 150 98 26 0 0.35 0.83 0.41 34.84 0.7 0.35
Hex 96 62 1A 0 23 53 29 23 46 23
Octal 226 142 32 0 43 123 51 43 106 43
Binary 10010110 1100010 11010 0 100011 1010011 101001 100011 1000110 100011

Color Harmonies of #96621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96621A

Black with #96621A

Text Example


Text Example

White with #96621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96621A; }

 p { color: rgb(150,98,26); }

 H1.HeaderClassName
 {
   color: #96621A;
 }
 .AnyTagClassName
 {
   color: #96621A;
 }
</style>

background-color css

<style>
 a { background-color: #96621A; }

 a { background-color: rgb(150,98,26); }

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

border-color css

<style>
 span { border-color: #96621A; }

 span { border-color: rgb(150,98,26); }

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