Html Css Color HEX #C65A02 Tenne (Tawny)

📋 copy color: '#C65A02'

red 198 ◦ green 90 ◦ blue 2

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

Shades of Tenne (Tawny) #C65A02

Tints of Tenne (Tawny) #C65A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 68.28%
G = 31.03%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C65A02 (or 0xC65A02) is known color: Tenne (Tawny). HEX triplet: C6, 5A and 02. RGB value is (198,90,2). Sum of RGB (Red+Green+Blue) = 198+90+2=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65A02 is #39A5FD. Grayscale: #707070. Windows color (decimal): -3778046 or 154310. OLE color: 154310.

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

Color convert

RGB 198 90 2 -
CMYK 0 0.55 0.99 0.22
HSL 26.94º 0.98% 0.39% -
HSV(B) 26.94º 0.99% 0.78% -
XYZ 26.96 19.32 2.37 -
YUV 112.26 65.78 189.16 -
System Red Green Blue C M Y K H S L
Decimal 198 90 2 0 0.55 0.99 0.22 26.94 0.98 0.39
Hex C6 5A 2 0 37 63 16 1B 62 27
Octal 306 132 2 0 67 143 26 33 142 47
Binary 11000110 1011010 10 0 110111 1100011 10110 11011 1100010 100111

Color Harmonies of #C65A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A02

Black with #C65A02

Text Example


Text Example

White with #C65A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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