Html Css Color HEX #94681F Golden Brown

📋 copy color: '#94681F'

red 148 ◦ green 104 ◦ blue 31

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

Shades of Golden Brown #94681F

Tints of Golden Brown #94681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 52.3%
G = 36.75%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#94681F (or 0x94681F) is known color: Golden Brown. HEX triplet: 94, 68 and 1F. RGB value is (148,104,31). Sum of RGB (Red+Green+Blue) = 148+104+31=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #94681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94681F is #6B97E0. Grayscale: #6D6D6D. Windows color (decimal): -7051233 or 2058388. OLE color: 2058388.

HSL color Cylindrical-coordinate representation of color #94681F: hue angle of 37.44º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94681F is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 31 -
CMYK 0 0.30 0.79 0.42
HSL 37.44º 0.65% 0.35% -
HSV(B) 37.44º 0.79% 0.58% -
XYZ 17.41 16.3 3.52 -
YUV 108.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 148 104 31 0 0.30 0.79 0.42 37.44 0.65 0.35
Hex 94 68 1F 0 1E 4F 2A 25 41 23
Octal 224 150 37 0 36 117 52 45 101 43
Binary 10010100 1101000 11111 0 11110 1001111 101010 100101 1000001 100011

Color Harmonies of #94681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94681F

Black with #94681F

Text Example


Text Example

White with #94681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94681F; }

 p { color: rgb(148,104,31); }

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

background-color css

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

 a { background-color: rgb(148,104,31); }

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

border-color css

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

 span { border-color: rgb(148,104,31); }

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