Html Css Color HEX #C65A07 Tenne (Tawny)

📋 copy color: '#C65A07'

red 198 ◦ green 90 ◦ blue 7

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

Shades of Tenne (Tawny) #C65A07

Tints of Tenne (Tawny) #C65A07

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

 BLUE value IS 7 (3.13% from 255) = 2.37%

R = 67.12%
G = 30.51%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C65A07 (or 0xC65A07) is known color: Tenne (Tawny). HEX triplet: C6, 5A and 07. RGB value is (198,90,7). Sum of RGB (Red+Green+Blue) = 198+90+7=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65A07 is #39A5F8. Grayscale: #717171. Windows color (decimal): -3778041 or 481990. OLE color: 481990.

HSL color Cylindrical-coordinate representation of color #C65A07: hue angle of 26.07º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C65A07 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 90 7 -
CMYK 0 0.55 0.96 0.22
HSL 26.07º 0.93% 0.4% -
HSV(B) 26.07º 0.96% 0.78% -
XYZ 26.98 19.33 2.51 -
YUV 112.83 68.28 188.75 -
System Red Green Blue C M Y K H S L
Decimal 198 90 7 0 0.55 0.96 0.22 26.07 0.93 0.4
Hex C6 5A 7 0 37 60 16 1A 5D 28
Octal 306 132 7 0 67 140 26 32 135 50
Binary 11000110 1011010 111 0 110111 1100000 10110 11010 1011101 101000

Color Harmonies of #C65A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A07

Black with #C65A07

Text Example


Text Example

White with #C65A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A07; }

 p { color: rgb(198,90,7); }

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

background-color css

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

 a { background-color: rgb(198,90,7); }

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

border-color css

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

 span { border-color: rgb(198,90,7); }

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