Html Css Color HEX #925C06 Golden Brown

📋 copy color: '#925C06'

red 146 ◦ green 92 ◦ blue 6

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

Shades of Golden Brown #925C06

Tints of Golden Brown #925C06

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

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

R = 59.84%
G = 37.7%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#925C06 (or 0x925C06) is known color: Golden Brown. HEX triplet: 92, 5C and 06. RGB value is (146,92,6). Sum of RGB (Red+Green+Blue) = 146+92+6=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #925C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925C06 is #6DA3F9. Grayscale: #626262. Windows color (decimal): -7185402 or 416914. OLE color: 416914.

HSL color Cylindrical-coordinate representation of color #925C06: hue angle of 36.86º 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 #925C06 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 92 6 -
CMYK 0 0.37 0.96 0.43
HSL 36.86º 0.92% 0.3% -
HSV(B) 36.86º 0.96% 0.57% -
XYZ 15.71 13.78 2 -
YUV 98.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 146 92 6 0 0.37 0.96 0.43 36.86 0.92 0.3
Hex 92 5C 6 0 25 60 2B 25 5C 1E
Octal 222 134 6 0 45 140 53 45 134 36
Binary 10010010 1011100 110 0 100101 1100000 101011 100101 1011100 11110

Color Harmonies of #925C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925C06

Black with #925C06

Text Example


Text Example

White with #925C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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