Html Css Color HEX #947206 Golden Brown

📋 copy color: '#947206'

red 148 ◦ green 114 ◦ blue 6

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

Shades of Golden Brown #947206

Tints of Golden Brown #947206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.54%

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 55.22%
G = 42.54%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#947206 (or 0x947206) is known color: Golden Brown. HEX triplet: 94, 72 and 06. RGB value is (148,114,6). Sum of RGB (Red+Green+Blue) = 148+114+6=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #947206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947206 is #6B8DF9. Grayscale: #707070. Windows color (decimal): -7048698 or 422548. OLE color: 422548.

HSL color Cylindrical-coordinate representation of color #947206: hue angle of 45.63º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #947206 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 114 6 -
CMYK 0 0.23 0.96 0.42
HSL 45.63º 0.92% 0.3% -
HSV(B) 45.63º 0.96% 0.58% -
XYZ 18.26 18.34 2.75 -
YUV 111.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 148 114 6 0 0.23 0.96 0.42 45.63 0.92 0.3
Hex 94 72 6 0 17 60 2A 2E 5C 1E
Octal 224 162 6 0 27 140 52 56 134 36
Binary 10010100 1110010 110 0 10111 1100000 101010 101110 1011100 11110

Color Harmonies of #947206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947206

Black with #947206

Text Example


Text Example

White with #947206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947206; }

 p { color: rgb(148,114,6); }

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

background-color css

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

 a { background-color: rgb(148,114,6); }

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

border-color css

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

 span { border-color: rgb(148,114,6); }

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