Html Css Color HEX #965501 Golden Brown

📋 copy color: '#965501'

red 150 ◦ green 85 ◦ blue 1

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

Shades of Golden Brown #965501

Tints of Golden Brown #965501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 63.56%
G = 36.02%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#965501 (or 0x965501) is known color: Golden Brown. HEX triplet: 96, 55 and 01. RGB value is (150,85,1). Sum of RGB (Red+Green+Blue) = 150+85+1=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #965501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965501 is #69AAFE. Grayscale: #5F5F5F. Windows color (decimal): -6925055 or 87446. OLE color: 87446.

HSL color Cylindrical-coordinate representation of color #965501: hue angle of 33.83º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #965501 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 1 -
CMYK 0 0.43 0.99 0.41
HSL 33.83º 0.99% 0.3% -
HSV(B) 33.83º 0.99% 0.59% -
XYZ 15.83 12.98 1.7 -
YUV 94.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 150 85 1 0 0.43 0.99 0.41 33.83 0.99 0.3
Hex 96 55 1 0 2B 63 29 22 63 1E
Octal 226 125 1 0 53 143 51 42 143 36
Binary 10010110 1010101 1 0 101011 1100011 101001 100010 1100011 11110

Color Harmonies of #965501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965501

Black with #965501

Text Example


Text Example

White with #965501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965501; }

 p { color: rgb(150,85,1); }

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

background-color css

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

 a { background-color: rgb(150,85,1); }

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

border-color css

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

 span { border-color: rgb(150,85,1); }

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