Html Css Color HEX #C64708 Rust

📋 copy color: '#C64708'

red 198 ◦ green 71 ◦ blue 8

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

Shades of Rust #C64708

Tints of Rust #C64708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.89%

R = 71.48%
G = 25.63%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C64708 (or 0xC64708) is known color: Rust. HEX triplet: C6, 47 and 08. RGB value is (198,71,8). Sum of RGB (Red+Green+Blue) = 198+71+8=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C64708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64708 is #39B8F7. Grayscale: #666666. Windows color (decimal): -3782904 or 542662. OLE color: 542662.

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

Color convert

RGB 198 71 8 -
CMYK 0 0.64 0.96 0.22
HSL 19.89º 0.92% 0.4% -
HSV(B) 19.89º 0.96% 0.78% -
XYZ 25.59 16.53 2.07 -
YUV 101.79 75.08 196.62 -
System Red Green Blue C M Y K H S L
Decimal 198 71 8 0 0.64 0.96 0.22 19.89 0.92 0.4
Hex C6 47 8 0 40 60 16 14 5C 28
Octal 306 107 10 0 100 140 26 24 134 50
Binary 11000110 1000111 1000 0 1000000 1100000 10110 10100 1011100 101000

Color Harmonies of #C64708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64708

Black with #C64708

Text Example


Text Example

White with #C64708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64708; }

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

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

background-color css

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

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

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

border-color css

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

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

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