Html Css Color HEX #CF6A01 Tenne (Tawny)

📋 copy color: '#CF6A01'

red 207 ◦ green 106 ◦ blue 1

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

Shades of Tenne (Tawny) #CF6A01

Tints of Tenne (Tawny) #CF6A01

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.76%

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

R = 65.92%
G = 33.76%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF6A01 (or 0xCF6A01) is known color: Tenne (Tawny). HEX triplet: CF, 6A and 01. RGB value is (207,106,1). Sum of RGB (Red+Green+Blue) = 207+106+1=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6A01 is #3095FE. Grayscale: #7C7C7C. Windows color (decimal): -3184127 or 92879. OLE color: 92879.

HSL color Cylindrical-coordinate representation of color #CF6A01: hue angle of 30.58º 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 #CF6A01 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 106 1 -
CMYK 0 0.49 1.00 0.19
HSL 30.58º 0.99% 0.41% -
HSV(B) 30.58º 1% 0.81% -
XYZ 30.89 23.58 2.95 -
YUV 124.23 58.46 187.04 -
System Red Green Blue C M Y K H S L
Decimal 207 106 1 0 0.49 1.00 0.19 30.58 0.99 0.41
Hex CF 6A 1 0 31 64 13 1F 63 29
Octal 317 152 1 0 61 144 23 37 143 51
Binary 11001111 1101010 1 0 110001 1100100 10011 11111 1100011 101001

Color Harmonies of #CF6A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6A01

Black with #CF6A01

Text Example


Text Example

White with #CF6A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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