Html Css Color HEX #94690D Golden Brown

📋 copy color: '#94690D'

red 148 ◦ green 105 ◦ blue 13

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

Shades of Golden Brown #94690D

Tints of Golden Brown #94690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

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

R = 55.64%
G = 39.47%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94690D (or 0x94690D) is known color: Golden Brown. HEX triplet: 94, 69 and 0D. RGB value is (148,105,13). Sum of RGB (Red+Green+Blue) = 148+105+13=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #94690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94690D is #6B96F2. Grayscale: #6B6B6B. Windows color (decimal): -7050995 or 878996. OLE color: 878996.

HSL color Cylindrical-coordinate representation of color #94690D: hue angle of 40.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 #94690D is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 13 -
CMYK 0 0.29 0.91 0.42
HSL 40.89º 0.84% 0.32% -
HSV(B) 40.89º 0.91% 0.58% -
XYZ 17.34 16.43 2.64 -
YUV 107.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 148 105 13 0 0.29 0.91 0.42 40.89 0.84 0.32
Hex 94 69 D 0 1D 5B 2A 29 54 20
Octal 224 151 15 0 35 133 52 51 124 40
Binary 10010100 1101001 1101 0 11101 1011011 101010 101001 1010100 100000

Color Harmonies of #94690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94690D

Black with #94690D

Text Example


Text Example

White with #94690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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