Html Css Color HEX #C64C00 Tenne (Tawny)

📋 copy color: '#C64C00'

red 198 ◦ green 76 ◦ blue 0

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

Shades of Tenne (Tawny) #C64C00

Tints of Tenne (Tawny) #C64C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.26%
G = 27.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C64C00 (or 0xC64C00) is known color: Tenne (Tawny). HEX triplet: C6, 4C and 00. RGB value is (198,76,0). Sum of RGB (Red+Green+Blue) = 198+76+0=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64C00 is #39B3FF. Grayscale: #686868. Windows color (decimal): -3781632 or 19654. OLE color: 19654.

HSL color Cylindrical-coordinate representation of color #C64C00: hue angle of 23.03º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C64C00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 76 0 -
CMYK 0 0.62 1 0.22
HSL 23.03º 1% 0.39% -
HSV(B) 23.03º 1% 0.78% -
XYZ 25.87 17.17 1.95 -
YUV 103.81 69.42 195.18 -
System Red Green Blue C M Y K H S L
Decimal 198 76 0 0 0.62 1 0.22 23.03 1 0.39
Hex C6 4C 0 0 3E 64 16 17 64 27
Octal 306 114 0 0 76 144 26 27 144 47
Binary 11000110 1001100 0 0 111110 1100100 10110 10111 1100100 100111

Color Harmonies of #C64C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C00

Black with #C64C00

Text Example


Text Example

White with #C64C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C00; }

 p { color: rgb(198,76,0); }

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

background-color css

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

 a { background-color: rgb(198,76,0); }

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

border-color css

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

 span { border-color: rgb(198,76,0); }

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