Html Css Color HEX #CF6B02 Tenne (Tawny)

📋 copy color: '#CF6B02'

red 207 ◦ green 107 ◦ blue 2

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

Shades of Tenne (Tawny) #CF6B02

Tints of Tenne (Tawny) #CF6B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.86%

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

R = 65.51%
G = 33.86%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF6B02 (or 0xCF6B02) is known color: Tenne (Tawny). HEX triplet: CF, 6B and 02. RGB value is (207,107,2). Sum of RGB (Red+Green+Blue) = 207+107+2=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6B02 is #3094FD. Grayscale: #7D7D7D. Windows color (decimal): -3183870 or 158671. OLE color: 158671.

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

Color convert

RGB 207 107 2 -
CMYK 0 0.48 0.99 0.19
HSL 30.73º 0.98% 0.41% -
HSV(B) 30.73º 0.99% 0.81% -
XYZ 31 23.79 3.01 -
YUV 124.93 58.63 186.54 -
System Red Green Blue C M Y K H S L
Decimal 207 107 2 0 0.48 0.99 0.19 30.73 0.98 0.41
Hex CF 6B 2 0 30 63 13 1F 62 29
Octal 317 153 2 0 60 143 23 37 142 51
Binary 11001111 1101011 10 0 110000 1100011 10011 11111 1100010 101001

Color Harmonies of #CF6B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B02

Black with #CF6B02

Text Example


Text Example

White with #CF6B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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