Html Css Color HEX #94680B Golden Brown

📋 copy color: '#94680B'

red 148 ◦ green 104 ◦ blue 11

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

Shades of Golden Brown #94680B

Tints of Golden Brown #94680B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 56.27%
G = 39.54%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94680B (or 0x94680B) is known color: Golden Brown. HEX triplet: 94, 68 and 0B. RGB value is (148,104,11). Sum of RGB (Red+Green+Blue) = 148+104+11=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94680B is #6B97F4. Grayscale: #6A6A6A. Windows color (decimal): -7051253 or 747668. OLE color: 747668.

HSL color Cylindrical-coordinate representation of color #94680B: hue angle of 40.73º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94680B is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 11 -
CMYK 0 0.30 0.93 0.42
HSL 40.73º 0.86% 0.31% -
HSV(B) 40.73º 0.93% 0.58% -
XYZ 17.22 16.22 2.54 -
YUV 106.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 148 104 11 0 0.30 0.93 0.42 40.73 0.86 0.31
Hex 94 68 B 0 1E 5D 2A 29 56 1F
Octal 224 150 13 0 36 135 52 51 126 37
Binary 10010100 1101000 1011 0 11110 1011101 101010 101001 1010110 11111

Color Harmonies of #94680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94680B

Black with #94680B

Text Example


Text Example

White with #94680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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