Html Css Color HEX #C64706 Rust

📋 copy color: '#C64706'

red 198 ◦ green 71 ◦ blue 6

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

Shades of Rust #C64706

Tints of Rust #C64706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

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

R = 72%
G = 25.82%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C64706 (or 0xC64706) is known color: Rust. HEX triplet: C6, 47 and 06. RGB value is (198,71,6). Sum of RGB (Red+Green+Blue) = 198+71+6=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C64706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64706 is #39B8F9. Grayscale: #656565. Windows color (decimal): -3782906 or 411590. OLE color: 411590.

HSL color Cylindrical-coordinate representation of color #C64706: hue angle of 20.31º 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 #C64706 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 71 6 -
CMYK 0 0.64 0.97 0.22
HSL 20.31º 0.94% 0.4% -
HSV(B) 20.31º 0.97% 0.78% -
XYZ 25.57 16.53 2.01 -
YUV 101.56 74.08 196.79 -
System Red Green Blue C M Y K H S L
Decimal 198 71 6 0 0.64 0.97 0.22 20.31 0.94 0.4
Hex C6 47 6 0 40 61 16 14 5E 28
Octal 306 107 6 0 100 141 26 24 136 50
Binary 11000110 1000111 110 0 1000000 1100001 10110 10100 1011110 101000

Color Harmonies of #C64706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64706

Black with #C64706

Text Example


Text Example

White with #C64706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64706; }

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

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

background-color css

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

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

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

border-color css

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

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

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