Html Css Color HEX #966719 Golden Brown

📋 copy color: '#966719'

red 150 ◦ green 103 ◦ blue 25

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

Shades of Golden Brown #966719

Tints of Golden Brown #966719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.99%

R = 53.96%
G = 37.05%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#966719 (or 0x966719) is known color: Golden Brown. HEX triplet: 96, 67 and 19. RGB value is (150,103,25). Sum of RGB (Red+Green+Blue) = 150+103+25=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #966719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966719 is #6998E6. Grayscale: #6C6C6C. Windows color (decimal): -6920423 or 1664918. OLE color: 1664918.

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

Color convert

RGB 150 103 25 -
CMYK 0 0.31 0.83 0.41
HSL 37.44º 0.71% 0.34% -
HSV(B) 37.44º 0.83% 0.59% -
XYZ 17.6 16.25 3.13 -
YUV 108.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 150 103 25 0 0.31 0.83 0.41 37.44 0.71 0.34
Hex 96 67 19 0 1F 53 29 25 47 22
Octal 226 147 31 0 37 123 51 45 107 42
Binary 10010110 1100111 11001 0 11111 1010011 101001 100101 1000111 100010

Color Harmonies of #966719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966719

Black with #966719

Text Example


Text Example

White with #966719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966719; }

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

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

background-color css

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

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

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

border-color css

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

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

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