Html Css Color HEX #C6680B Tenne (Tawny)

📋 copy color: '#C6680B'

red 198 ◦ green 104 ◦ blue 11

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

Shades of Tenne (Tawny) #C6680B

Tints of Tenne (Tawny) #C6680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.23%

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

R = 63.26%
G = 33.23%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6680B (or 0xC6680B) is known color: Tenne (Tawny). HEX triplet: C6, 68 and 0B. RGB value is (198,104,11). Sum of RGB (Red+Green+Blue) = 198+104+11=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6680B is #3997F4. Grayscale: #797979. Windows color (decimal): -3774453 or 747718. OLE color: 747718.

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

Color convert

RGB 198 104 11 -
CMYK 0 0.47 0.94 0.22
HSL 29.84º 0.89% 0.41% -
HSV(B) 29.84º 0.94% 0.78% -
XYZ 28.3 21.93 3.06 -
YUV 121.5 65.64 182.56 -
System Red Green Blue C M Y K H S L
Decimal 198 104 11 0 0.47 0.94 0.22 29.84 0.89 0.41
Hex C6 68 B 0 2F 5E 16 1E 59 29
Octal 306 150 13 0 57 136 26 36 131 51
Binary 11000110 1101000 1011 0 101111 1011110 10110 11110 1011001 101001

Color Harmonies of #C6680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6680B

Black with #C6680B

Text Example


Text Example

White with #C6680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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