Html Css Color HEX #926612 Golden Brown

📋 copy color: '#926612'

red 146 ◦ green 102 ◦ blue 18

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

Shades of Golden Brown #926612

Tints of Golden Brown #926612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.35%

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 54.89%
G = 38.35%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#926612 (or 0x926612) is known color: Golden Brown. HEX triplet: 92, 66 and 12. RGB value is (146,102,18). Sum of RGB (Red+Green+Blue) = 146+102+18=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #926612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926612 is #6D99ED. Grayscale: #696969. Windows color (decimal): -7182830 or 1205906. OLE color: 1205906.

HSL color Cylindrical-coordinate representation of color #926612: hue angle of 39.38º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #926612 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 102 18 -
CMYK 0 0.30 0.88 0.43
HSL 39.38º 0.78% 0.32% -
HSV(B) 39.38º 0.88% 0.57% -
XYZ 16.71 15.66 2.71 -
YUV 105.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 146 102 18 0 0.30 0.88 0.43 39.38 0.78 0.32
Hex 92 66 12 0 1E 58 2B 27 4E 20
Octal 222 146 22 0 36 130 53 47 116 40
Binary 10010010 1100110 10010 0 11110 1011000 101011 100111 1001110 100000

Color Harmonies of #926612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926612

Black with #926612

Text Example


Text Example

White with #926612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926612; }

 p { color: rgb(146,102,18); }

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

background-color css

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

 a { background-color: rgb(146,102,18); }

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

border-color css

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

 span { border-color: rgb(146,102,18); }

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