Html Css Color HEX #C64106 Rust

📋 copy color: '#C64106'

red 198 ◦ green 65 ◦ blue 6

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

Shades of Rust #C64106

Tints of Rust #C64106

RGB

 RED value IS 198 (77.73% from 255) = 73.61%

 GREEN value IS 65 (25.78% from 255) = 24.16%

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

R = 73.61%
G = 24.16%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C64106 (or 0xC64106) is known color: Rust. HEX triplet: C6, 41 and 06. RGB value is (198,65,6). Sum of RGB (Red+Green+Blue) = 198+65+6=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C64106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64106 is #39BEF9. Grayscale: #626262. Windows color (decimal): -3784442 or 410054. OLE color: 410054.

HSL color Cylindrical-coordinate representation of color #C64106: hue angle of 18.44º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C64106 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 6 -
CMYK 0 0.67 0.97 0.22
HSL 18.44º 0.94% 0.4% -
HSV(B) 18.44º 0.97% 0.78% -
XYZ 25.21 15.8 1.89 -
YUV 98.04 76.06 199.3 -
System Red Green Blue C M Y K H S L
Decimal 198 65 6 0 0.67 0.97 0.22 18.44 0.94 0.4
Hex C6 41 6 0 43 61 16 12 5E 28
Octal 306 101 6 0 103 141 26 22 136 50
Binary 11000110 1000001 110 0 1000011 1100001 10110 10010 1011110 101000

Color Harmonies of #C64106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64106

Black with #C64106

Text Example


Text Example

White with #C64106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64106; }

 p { color: rgb(198,65,6); }

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

background-color css

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

 a { background-color: rgb(198,65,6); }

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

border-color css

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

 span { border-color: rgb(198,65,6); }

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