Html Css Color HEX #C6580B Tenne (Tawny)

📋 copy color: '#C6580B'

red 198 ◦ green 88 ◦ blue 11

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

Shades of Tenne (Tawny) #C6580B

Tints of Tenne (Tawny) #C6580B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.7%

R = 66.67%
G = 29.63%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6580B (or 0xC6580B) is known color: Tenne (Tawny). HEX triplet: C6, 58 and 0B. RGB value is (198,88,11). Sum of RGB (Red+Green+Blue) = 198+88+11=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6580B is #39A7F4. Grayscale: #707070. Windows color (decimal): -3778549 or 743622. OLE color: 743622.

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

Color convert

RGB 198 88 11 -
CMYK 0 0.56 0.94 0.22
HSL 24.71º 0.89% 0.41% -
HSV(B) 24.71º 0.94% 0.78% -
XYZ 26.84 19.01 2.57 -
YUV 112.11 70.94 189.26 -
System Red Green Blue C M Y K H S L
Decimal 198 88 11 0 0.56 0.94 0.22 24.71 0.89 0.41
Hex C6 58 B 0 38 5E 16 19 59 29
Octal 306 130 13 0 70 136 26 31 131 51
Binary 11000110 1011000 1011 0 111000 1011110 10110 11001 1011001 101001

Color Harmonies of #C6580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6580B

Black with #C6580B

Text Example


Text Example

White with #C6580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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