Html Css Color HEX #94600E Golden Brown

📋 copy color: '#94600E'

red 148 ◦ green 96 ◦ blue 14

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

Shades of Golden Brown #94600E

Tints of Golden Brown #94600E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.43%

R = 57.36%
G = 37.21%
B = 5.43%

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

#94600E (or 0x94600E) is known color: Golden Brown. HEX triplet: 94, 60 and 0E. RGB value is (148,96,14). Sum of RGB (Red+Green+Blue) = 148+96+14=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #94600E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94600E is #6B9FF1. Grayscale: #666666. Windows color (decimal): -7053298 or 942228. OLE color: 942228.

HSL color Cylindrical-coordinate representation of color #94600E: hue angle of 36.72º degrees, saturation: 0.83, 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 #94600E is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 96 14 -
CMYK 0 0.35 0.91 0.42
HSL 36.72º 0.83% 0.32% -
HSV(B) 36.72º 0.91% 0.58% -
XYZ 16.47 14.69 2.38 -
YUV 102.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 148 96 14 0 0.35 0.91 0.42 36.72 0.83 0.32
Hex 94 60 E 0 23 5B 2A 25 53 20
Octal 224 140 16 0 43 133 52 45 123 40
Binary 10010100 1100000 1110 0 100011 1011011 101010 100101 1010011 100000

Color Harmonies of #94600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94600E

Black with #94600E

Text Example


Text Example

White with #94600E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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