Html Css Color HEX #C6630B Tenne (Tawny)

📋 copy color: '#C6630B'

red 198 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #C6630B

Tints of Tenne (Tawny) #C6630B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

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

R = 64.29%
G = 32.14%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6630B (or 0xC6630B) is known color: Tenne (Tawny). HEX triplet: C6, 63 and 0B. RGB value is (198,99,11). Sum of RGB (Red+Green+Blue) = 198+99+11=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6630B is #399CF4. Grayscale: #777777. Windows color (decimal): -3775733 or 746438. OLE color: 746438.

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

Color convert

RGB 198 99 11 -
CMYK 0 0.50 0.94 0.22
HSL 28.24º 0.89% 0.41% -
HSV(B) 28.24º 0.94% 0.78% -
XYZ 27.81 20.95 2.9 -
YUV 118.57 67.3 184.66 -
System Red Green Blue C M Y K H S L
Decimal 198 99 11 0 0.50 0.94 0.22 28.24 0.89 0.41
Hex C6 63 B 0 32 5E 16 1C 59 29
Octal 306 143 13 0 62 136 26 34 131 51
Binary 11000110 1100011 1011 0 110010 1011110 10110 11100 1011001 101001

Color Harmonies of #C6630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6630B

Black with #C6630B

Text Example


Text Example

White with #C6630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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