Html Css Color HEX #CF6B08 Tenne (Tawny)

📋 copy color: '#CF6B08'

red 207 ◦ green 107 ◦ blue 8

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

Shades of Tenne (Tawny) #CF6B08

Tints of Tenne (Tawny) #CF6B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 64.29%
G = 33.23%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF6B08 (or 0xCF6B08) is known color: Tenne (Tawny). HEX triplet: CF, 6B and 08. RGB value is (207,107,8). Sum of RGB (Red+Green+Blue) = 207+107+8=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6B08 is #3094F7. Grayscale: #7E7E7E. Windows color (decimal): -3183864 or 551887. OLE color: 551887.

HSL color Cylindrical-coordinate representation of color #CF6B08: hue angle of 29.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF6B08 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 107 8 -
CMYK 0 0.48 0.96 0.19
HSL 29.85º 0.93% 0.42% -
HSV(B) 29.85º 0.96% 0.81% -
XYZ 31.03 23.8 3.19 -
YUV 125.61 61.63 186.05 -
System Red Green Blue C M Y K H S L
Decimal 207 107 8 0 0.48 0.96 0.19 29.85 0.93 0.42
Hex CF 6B 8 0 30 60 13 1E 5D 2A
Octal 317 153 10 0 60 140 23 36 135 52
Binary 11001111 1101011 1000 0 110000 1100000 10011 11110 1011101 101010

Color Harmonies of #CF6B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B08

Black with #CF6B08

Text Example


Text Example

White with #CF6B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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