Html Css Color HEX #966707 Golden Brown

📋 copy color: '#966707'

red 150 ◦ green 103 ◦ blue 7

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

Shades of Golden Brown #966707

Tints of Golden Brown #966707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.62%

 BLUE value IS 7 (3.13% from 255) = 2.69%

R = 57.69%
G = 39.62%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#966707 (or 0x966707) is known color: Golden Brown. HEX triplet: 96, 67 and 07. RGB value is (150,103,7). Sum of RGB (Red+Green+Blue) = 150+103+7=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #966707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966707 is #6998F8. Grayscale: #6A6A6A. Windows color (decimal): -6920441 or 485270. OLE color: 485270.

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

Color convert

RGB 150 103 7 -
CMYK 0 0.31 0.95 0.41
HSL 40.28º 0.91% 0.31% -
HSV(B) 40.28º 0.95% 0.59% -
XYZ 17.47 16.2 2.41 -
YUV 106.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 150 103 7 0 0.31 0.95 0.41 40.28 0.91 0.31
Hex 96 67 7 0 1F 5F 29 28 5B 1F
Octal 226 147 7 0 37 137 51 50 133 37
Binary 10010110 1100111 111 0 11111 1011111 101001 101000 1011011 11111

Color Harmonies of #966707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966707

Black with #966707

Text Example


Text Example

White with #966707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966707; }

 p { color: rgb(150,103,7); }

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

background-color css

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

 a { background-color: rgb(150,103,7); }

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

border-color css

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

 span { border-color: rgb(150,103,7); }

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