Html Css Color HEX #CF6D02 Tenne (Tawny)

📋 copy color: '#CF6D02'

red 207 ◦ green 109 ◦ blue 2

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

Shades of Tenne (Tawny) #CF6D02

Tints of Tenne (Tawny) #CF6D02

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.28%

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

R = 65.09%
G = 34.28%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF6D02 (or 0xCF6D02) is known color: Tenne (Tawny). HEX triplet: CF, 6D and 02. RGB value is (207,109,2). Sum of RGB (Red+Green+Blue) = 207+109+2=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6D02 is #3092FD. Grayscale: #7E7E7E. Windows color (decimal): -3183358 or 159183. OLE color: 159183.

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

Color convert

RGB 207 109 2 -
CMYK 0 0.47 0.99 0.19
HSL 31.32º 0.98% 0.41% -
HSV(B) 31.32º 0.99% 0.81% -
XYZ 31.21 24.21 3.08 -
YUV 126.1 57.97 185.7 -
System Red Green Blue C M Y K H S L
Decimal 207 109 2 0 0.47 0.99 0.19 31.32 0.98 0.41
Hex CF 6D 2 0 2F 63 13 1F 62 29
Octal 317 155 2 0 57 143 23 37 142 51
Binary 11001111 1101101 10 0 101111 1100011 10011 11111 1100010 101001

Color Harmonies of #CF6D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D02

Black with #CF6D02

Text Example


Text Example

White with #CF6D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D02; }

 p { color: rgb(207,109,2); }

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

background-color css

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

 a { background-color: rgb(207,109,2); }

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

border-color css

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

 span { border-color: rgb(207,109,2); }

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