Html Css Color HEX #965905 Golden Brown

📋 copy color: '#965905'

red 150 ◦ green 89 ◦ blue 5

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

Shades of Golden Brown #965905

Tints of Golden Brown #965905

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.48%

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 61.48%
G = 36.48%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#965905 (or 0x965905) is known color: Golden Brown. HEX triplet: 96, 59 and 05. RGB value is (150,89,5). Sum of RGB (Red+Green+Blue) = 150+89+5=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #965905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965905 is #69A6FA. Grayscale: #626262. Windows color (decimal): -6924027 or 350614. OLE color: 350614.

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

Color convert

RGB 150 89 5 -
CMYK 0 0.41 0.97 0.41
HSL 34.76º 0.94% 0.3% -
HSV(B) 34.76º 0.97% 0.59% -
XYZ 16.18 13.64 1.92 -
YUV 97.66 75.71 165.33 -
System Red Green Blue C M Y K H S L
Decimal 150 89 5 0 0.41 0.97 0.41 34.76 0.94 0.3
Hex 96 59 5 0 29 61 29 23 5E 1E
Octal 226 131 5 0 51 141 51 43 136 36
Binary 10010110 1011001 101 0 101001 1100001 101001 100011 1011110 11110

Color Harmonies of #965905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965905

Black with #965905

Text Example


Text Example

White with #965905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965905; }

 p { color: rgb(150,89,5); }

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

background-color css

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

 a { background-color: rgb(150,89,5); }

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

border-color css

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

 span { border-color: rgb(150,89,5); }

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