Html Css Color HEX #926706 Golden Brown

📋 copy color: '#926706'

red 146 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #926706

Tints of Golden Brown #926706

RGB

 RED value IS 146 (57.42% from 255) = 57.25%

 GREEN value IS 103 (40.63% from 255) = 40.39%

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

R = 57.25%
G = 40.39%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#926706 (or 0x926706) is known color: Golden Brown. HEX triplet: 92, 67 and 06. RGB value is (146,103,6). Sum of RGB (Red+Green+Blue) = 146+103+6=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #926706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926706 is #6D98F9. Grayscale: #696969. Windows color (decimal): -7182586 or 419730. OLE color: 419730.

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

Color convert

RGB 146 103 6 -
CMYK 0 0.29 0.96 0.43
HSL 41.57º 0.92% 0.3% -
HSV(B) 41.57º 0.96% 0.57% -
XYZ 16.74 15.82 2.34 -
YUV 104.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 146 103 6 0 0.29 0.96 0.43 41.57 0.92 0.3
Hex 92 67 6 0 1D 60 2B 2A 5C 1E
Octal 222 147 6 0 35 140 53 52 134 36
Binary 10010010 1100111 110 0 11101 1100000 101011 101010 1011100 11110

Color Harmonies of #926706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926706

Black with #926706

Text Example


Text Example

White with #926706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926706; }

 p { color: rgb(146,103,6); }

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

background-color css

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

 a { background-color: rgb(146,103,6); }

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

border-color css

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

 span { border-color: rgb(146,103,6); }

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