Html Css Color HEX #925F06 Golden Brown

📋 copy color: '#925F06'

red 146 ◦ green 95 ◦ blue 6

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

Shades of Golden Brown #925F06

Tints of Golden Brown #925F06

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.46%

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

R = 59.11%
G = 38.46%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#925F06 (or 0x925F06) is known color: Golden Brown. HEX triplet: 92, 5F and 06. RGB value is (146,95,6). Sum of RGB (Red+Green+Blue) = 146+95+6=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #925F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925F06 is #6DA0F9. Grayscale: #646464. Windows color (decimal): -7184634 or 417682. OLE color: 417682.

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

Color convert

RGB 146 95 6 -
CMYK 0 0.35 0.96 0.43
HSL 38.14º 0.92% 0.3% -
HSV(B) 38.14º 0.96% 0.57% -
XYZ 15.98 14.31 2.09 -
YUV 100.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 146 95 6 0 0.35 0.96 0.43 38.14 0.92 0.3
Hex 92 5F 6 0 23 60 2B 26 5C 1E
Octal 222 137 6 0 43 140 53 46 134 36
Binary 10010010 1011111 110 0 100011 1100000 101011 100110 1011100 11110

Color Harmonies of #925F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925F06

Black with #925F06

Text Example


Text Example

White with #925F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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