Html Css Color HEX #965706 Golden Brown

📋 copy color: '#965706'

red 150 ◦ green 87 ◦ blue 6

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

Shades of Golden Brown #965706

Tints of Golden Brown #965706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.8%

 BLUE value IS 6 (2.73% from 255) = 2.47%

R = 61.73%
G = 35.8%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#965706 (or 0x965706) is known color: Golden Brown. HEX triplet: 96, 57 and 06. RGB value is (150,87,6). Sum of RGB (Red+Green+Blue) = 150+87+6=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #965706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965706 is #69A8F9. Grayscale: #606060. Windows color (decimal): -6924538 or 415638. OLE color: 415638.

HSL color Cylindrical-coordinate representation of color #965706: hue angle of 33.75º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #965706 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 87 6 -
CMYK 0 0.42 0.96 0.41
HSL 33.75º 0.92% 0.31% -
HSV(B) 33.75º 0.96% 0.59% -
XYZ 16.02 13.31 1.9 -
YUV 96.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 150 87 6 0 0.42 0.96 0.41 33.75 0.92 0.31
Hex 96 57 6 0 2A 60 29 22 5C 1F
Octal 226 127 6 0 52 140 51 42 134 37
Binary 10010110 1010111 110 0 101010 1100000 101001 100010 1011100 11111

Color Harmonies of #965706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965706

Black with #965706

Text Example


Text Example

White with #965706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965706; }

 p { color: rgb(150,87,6); }

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

background-color css

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

 a { background-color: rgb(150,87,6); }

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

border-color css

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

 span { border-color: rgb(150,87,6); }

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