Html Css Color HEX #966F07 Golden Brown

📋 copy color: '#966F07'

red 150 ◦ green 111 ◦ blue 7

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

Shades of Golden Brown #966F07

Tints of Golden Brown #966F07

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.42%

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

R = 55.97%
G = 41.42%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#966F07 (or 0x966F07) is known color: Golden Brown. HEX triplet: 96, 6F and 07. RGB value is (150,111,7). Sum of RGB (Red+Green+Blue) = 150+111+7=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #966F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F07 is #6990F8. Grayscale: #6F6F6F. Windows color (decimal): -6918393 or 487318. OLE color: 487318.

HSL color Cylindrical-coordinate representation of color #966F07: hue angle of 43.64º 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 #966F07 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 7 -
CMYK 0 0.26 0.95 0.41
HSL 43.64º 0.91% 0.31% -
HSV(B) 43.64º 0.95% 0.59% -
XYZ 18.3 17.87 2.69 -
YUV 110.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 150 111 7 0 0.26 0.95 0.41 43.64 0.91 0.31
Hex 96 6F 7 0 1A 5F 29 2C 5B 1F
Octal 226 157 7 0 32 137 51 54 133 37
Binary 10010110 1101111 111 0 11010 1011111 101001 101100 1011011 11111

Color Harmonies of #966F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F07

Black with #966F07

Text Example


Text Example

White with #966F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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