Html Css Color HEX #C6530B Tenne (Tawny)

📋 copy color: '#C6530B'

red 198 ◦ green 83 ◦ blue 11

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

Shades of Tenne (Tawny) #C6530B

Tints of Tenne (Tawny) #C6530B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.42%

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

R = 67.81%
G = 28.42%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6530B (or 0xC6530B) is known color: Tenne (Tawny). HEX triplet: C6, 53 and 0B. RGB value is (198,83,11). Sum of RGB (Red+Green+Blue) = 198+83+11=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6530B is #39ACF4. Grayscale: #6D6D6D. Windows color (decimal): -3779829 or 742342. OLE color: 742342.

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

Color convert

RGB 198 83 11 -
CMYK 0 0.58 0.94 0.22
HSL 23.1º 0.89% 0.41% -
HSV(B) 23.1º 0.94% 0.78% -
XYZ 26.44 18.22 2.44 -
YUV 109.18 72.6 191.35 -
System Red Green Blue C M Y K H S L
Decimal 198 83 11 0 0.58 0.94 0.22 23.1 0.89 0.41
Hex C6 53 B 0 3A 5E 16 17 59 29
Octal 306 123 13 0 72 136 26 27 131 51
Binary 11000110 1010011 1011 0 111010 1011110 10110 10111 1011001 101001

Color Harmonies of #C6530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6530B

Black with #C6530B

Text Example


Text Example

White with #C6530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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