Html Css Color HEX #CF6908 Tenne (Tawny)

📋 copy color: '#CF6908'

red 207 ◦ green 105 ◦ blue 8

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

Shades of Tenne (Tawny) #CF6908

Tints of Tenne (Tawny) #CF6908

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.81%

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

R = 64.69%
G = 32.81%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF6908 (or 0xCF6908) is known color: Tenne (Tawny). HEX triplet: CF, 69 and 08. RGB value is (207,105,8). Sum of RGB (Red+Green+Blue) = 207+105+8=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6908 is #3096F7. Grayscale: #7C7C7C. Windows color (decimal): -3184376 or 551375. OLE color: 551375.

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

Color convert

RGB 207 105 8 -
CMYK 0 0.49 0.96 0.19
HSL 29.25º 0.93% 0.42% -
HSV(B) 29.25º 0.96% 0.81% -
XYZ 30.83 23.39 3.12 -
YUV 124.44 62.29 186.89 -
System Red Green Blue C M Y K H S L
Decimal 207 105 8 0 0.49 0.96 0.19 29.25 0.93 0.42
Hex CF 69 8 0 31 60 13 1D 5D 2A
Octal 317 151 10 0 61 140 23 35 135 52
Binary 11001111 1101001 1000 0 110001 1100000 10011 11101 1011101 101010

Color Harmonies of #CF6908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6908

Black with #CF6908

Text Example


Text Example

White with #CF6908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6908; }

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

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

background-color css

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

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

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

border-color css

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

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

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