Html Css Color HEX #945610 Golden Brown

📋 copy color: '#945610'

red 148 ◦ green 86 ◦ blue 16

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

Shades of Golden Brown #945610

Tints of Golden Brown #945610

RGB

 RED value IS 148 (58.2% from 255) = 59.2%

 GREEN value IS 86 (33.98% from 255) = 34.4%

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 59.2%
G = 34.4%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#945610 (or 0x945610) is known color: Golden Brown. HEX triplet: 94, 56 and 10. RGB value is (148,86,16). Sum of RGB (Red+Green+Blue) = 148+86+16=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #945610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945610 is #6BA9EF. Grayscale: #606060. Windows color (decimal): -7055856 or 1070740. OLE color: 1070740.

HSL color Cylindrical-coordinate representation of color #945610: hue angle of 31.82º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #945610 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 86 16 -
CMYK 0 0.42 0.89 0.42
HSL 31.82º 0.8% 0.32% -
HSV(B) 31.82º 0.89% 0.58% -
XYZ 15.63 12.99 2.17 -
YUV 96.56 82.54 164.69 -
System Red Green Blue C M Y K H S L
Decimal 148 86 16 0 0.42 0.89 0.42 31.82 0.8 0.32
Hex 94 56 10 0 2A 59 2A 20 50 20
Octal 224 126 20 0 52 131 52 40 120 40
Binary 10010100 1010110 10000 0 101010 1011001 101010 100000 1010000 100000

Color Harmonies of #945610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945610

Black with #945610

Text Example


Text Example

White with #945610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945610; }

 p { color: rgb(148,86,16); }

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

background-color css

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

 a { background-color: rgb(148,86,16); }

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

border-color css

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

 span { border-color: rgb(148,86,16); }

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