Html Css Color HEX #C65D01 Tenne (Tawny)

📋 copy color: '#C65D01'

red 198 ◦ green 93 ◦ blue 1

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

Shades of Tenne (Tawny) #C65D01

Tints of Tenne (Tawny) #C65D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.85%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 67.81%
G = 31.85%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C65D01 (or 0xC65D01) is known color: Tenne (Tawny). HEX triplet: C6, 5D and 01. RGB value is (198,93,1). Sum of RGB (Red+Green+Blue) = 198+93+1=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65D01 is #39A2FE. Grayscale: #727272. Windows color (decimal): -3777279 or 89542. OLE color: 89542.

HSL color Cylindrical-coordinate representation of color #C65D01: hue angle of 28.02º degrees, saturation: 0.99, 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 #C65D01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 93 1 -
CMYK 0 0.53 0.99 0.22
HSL 28.02º 0.99% 0.39% -
HSV(B) 28.02º 0.99% 0.78% -
XYZ 27.21 19.84 2.42 -
YUV 113.91 64.29 187.98 -
System Red Green Blue C M Y K H S L
Decimal 198 93 1 0 0.53 0.99 0.22 28.02 0.99 0.39
Hex C6 5D 1 0 35 63 16 1C 63 27
Octal 306 135 1 0 65 143 26 34 143 47
Binary 11000110 1011101 1 0 110101 1100011 10110 11100 1100011 100111

Color Harmonies of #C65D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D01

Black with #C65D01

Text Example


Text Example

White with #C65D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D01; }

 p { color: rgb(198,93,1); }

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

background-color css

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

 a { background-color: rgb(198,93,1); }

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

border-color css

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

 span { border-color: rgb(198,93,1); }

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