Html Css Color HEX #96621C Golden Brown

📋 copy color: '#96621C'

red 150 ◦ green 98 ◦ blue 28

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

Shades of Golden Brown #96621C

Tints of Golden Brown #96621C

RGB

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

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

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

R = 54.35%
G = 35.51%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96621C (or 0x96621C) is known color: Golden Brown. HEX triplet: 96, 62 and 1C. RGB value is (150,98,28). Sum of RGB (Red+Green+Blue) = 150+98+28=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96621C is #699DE3. Grayscale: #696969. Windows color (decimal): -6921700 or 1860246. OLE color: 1860246.

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

Color convert

RGB 150 98 28 -
CMYK 0 0.35 0.81 0.41
HSL 34.43º 0.69% 0.35% -
HSV(B) 34.43º 0.81% 0.59% -
XYZ 17.15 15.3 3.15 -
YUV 105.57 84.23 159.69 -
System Red Green Blue C M Y K H S L
Decimal 150 98 28 0 0.35 0.81 0.41 34.43 0.69 0.35
Hex 96 62 1C 0 23 51 29 22 45 23
Octal 226 142 34 0 43 121 51 42 105 43
Binary 10010110 1100010 11100 0 100011 1010001 101001 100010 1000101 100011

Color Harmonies of #96621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96621C

Black with #96621C

Text Example


Text Example

White with #96621C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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