Html Css Color HEX #A62706 Rust

📋 copy color: '#A62706'

red 166 ◦ green 39 ◦ blue 6

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

Shades of Rust #A62706

Tints of Rust #A62706

RGB

 RED value IS 166 (65.23% from 255) = 78.67%

 GREEN value IS 39 (15.63% from 255) = 18.48%

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

R = 78.67%
G = 18.48%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A62706 (or 0xA62706) is known color: Rust. HEX triplet: A6, 27 and 06. RGB value is (166,39,6). Sum of RGB (Red+Green+Blue) = 166+39+6=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A62706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62706 is #59D8F9. Grayscale: #494949. Windows color (decimal): -5888250 or 403366. OLE color: 403366.

HSL color Cylindrical-coordinate representation of color #A62706: hue angle of 12.38º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A62706 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 39 6 -
CMYK 0 0.77 0.96 0.35
HSL 12.38º 0.93% 0.34% -
HSV(B) 12.38º 0.96% 0.65% -
XYZ 16.48 9.57 1.15 -
YUV 73.21 90.08 194.18 -
System Red Green Blue C M Y K H S L
Decimal 166 39 6 0 0.77 0.96 0.35 12.38 0.93 0.34
Hex A6 27 6 0 4D 60 23 C 5D 22
Octal 246 47 6 0 115 140 43 14 135 42
Binary 10100110 100111 110 0 1001101 1100000 100011 1100 1011101 100010

Color Harmonies of #A62706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62706

Black with #A62706

Text Example


Text Example

White with #A62706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62706; }

 p { color: rgb(166,39,6); }

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

background-color css

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

 a { background-color: rgb(166,39,6); }

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

border-color css

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

 span { border-color: rgb(166,39,6); }

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