Html Css Color HEX #CF6401 Tenne (Tawny)

📋 copy color: '#CF6401'

red 207 ◦ green 100 ◦ blue 1

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

Shades of Tenne (Tawny) #CF6401

Tints of Tenne (Tawny) #CF6401

RGB

 RED value IS 207 (81.25% from 255) = 67.21%

 GREEN value IS 100 (39.45% from 255) = 32.47%

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

R = 67.21%
G = 32.47%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF6401 (or 0xCF6401) is known color: Tenne (Tawny). HEX triplet: CF, 64 and 01. RGB value is (207,100,1). Sum of RGB (Red+Green+Blue) = 207+100+1=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6401 is #309BFE. Grayscale: #797979. Windows color (decimal): -3185663 or 91343. OLE color: 91343.

HSL color Cylindrical-coordinate representation of color #CF6401: hue angle of 28.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF6401 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 100 1 -
CMYK 0 0.52 1.00 0.19
HSL 28.83º 0.99% 0.41% -
HSV(B) 28.83º 1% 0.81% -
XYZ 30.29 22.38 2.75 -
YUV 120.71 60.45 189.55 -
System Red Green Blue C M Y K H S L
Decimal 207 100 1 0 0.52 1.00 0.19 28.83 0.99 0.41
Hex CF 64 1 0 34 64 13 1D 63 29
Octal 317 144 1 0 64 144 23 35 143 51
Binary 11001111 1100100 1 0 110100 1100100 10011 11101 1100011 101001

Color Harmonies of #CF6401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6401

Black with #CF6401

Text Example


Text Example

White with #CF6401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6401; }

 p { color: rgb(207,100,1); }

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

background-color css

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

 a { background-color: rgb(207,100,1); }

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

border-color css

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

 span { border-color: rgb(207,100,1); }

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