Html Css Color HEX #C6580F Tenne (Tawny)

📋 copy color: '#C6580F'

red 198 ◦ green 88 ◦ blue 15

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

Shades of Tenne (Tawny) #C6580F

Tints of Tenne (Tawny) #C6580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 65.78%
G = 29.24%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6580F (or 0xC6580F) is known color: Tenne (Tawny). HEX triplet: C6, 58 and 0F. RGB value is (198,88,15). Sum of RGB (Red+Green+Blue) = 198+88+15=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C6580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6580F is #39A7F0. Grayscale: #707070. Windows color (decimal): -3778545 or 1005766. OLE color: 1005766.

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

Color convert

RGB 198 88 15 -
CMYK 0 0.56 0.92 0.22
HSL 23.93º 0.86% 0.42% -
HSV(B) 23.93º 0.92% 0.78% -
XYZ 26.86 19.02 2.71 -
YUV 112.57 72.94 188.94 -
System Red Green Blue C M Y K H S L
Decimal 198 88 15 0 0.56 0.92 0.22 23.93 0.86 0.42
Hex C6 58 F 0 38 5C 16 18 56 2A
Octal 306 130 17 0 70 134 26 30 126 52
Binary 11000110 1011000 1111 0 111000 1011100 10110 11000 1010110 101010

Color Harmonies of #C6580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6580F

Black with #C6580F

Text Example


Text Example

White with #C6580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6580F; }

 p { color: rgb(198,88,15); }

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

background-color css

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

 a { background-color: rgb(198,88,15); }

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

border-color css

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

 span { border-color: rgb(198,88,15); }

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