Html Css Color HEX #94600D Golden Brown

📋 copy color: '#94600D'

red 148 ◦ green 96 ◦ blue 13

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

Shades of Golden Brown #94600D

Tints of Golden Brown #94600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 57.59%
G = 37.35%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94600D (or 0x94600D) is known color: Golden Brown. HEX triplet: 94, 60 and 0D. RGB value is (148,96,13). Sum of RGB (Red+Green+Blue) = 148+96+13=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #94600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94600D is #6B9FF2. Grayscale: #666666. Windows color (decimal): -7053299 or 876692. OLE color: 876692.

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

Color convert

RGB 148 96 13 -
CMYK 0 0.35 0.91 0.42
HSL 36.89º 0.84% 0.32% -
HSV(B) 36.89º 0.91% 0.58% -
XYZ 16.47 14.69 2.35 -
YUV 102.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 148 96 13 0 0.35 0.91 0.42 36.89 0.84 0.32
Hex 94 60 D 0 23 5B 2A 25 54 20
Octal 224 140 15 0 43 133 52 45 124 40
Binary 10010100 1100000 1101 0 100011 1011011 101010 100101 1010100 100000

Color Harmonies of #94600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94600D

Black with #94600D

Text Example


Text Example

White with #94600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94600D; }

 p { color: rgb(148,96,13); }

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

background-color css

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

 a { background-color: rgb(148,96,13); }

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

border-color css

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

 span { border-color: rgb(148,96,13); }

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