Html Css Color HEX #CE6705 Tenne (Tawny)

📋 copy color: '#CE6705'

red 206 ◦ green 103 ◦ blue 5

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

Shades of Tenne (Tawny) #CE6705

Tints of Tenne (Tawny) #CE6705

RGB

 RED value IS 206 (80.86% from 255) = 65.61%

 GREEN value IS 103 (40.63% from 255) = 32.8%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 65.61%
G = 32.8%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE6705 (or 0xCE6705) is known color: Tenne (Tawny). HEX triplet: CE, 67 and 05. RGB value is (206,103,5). Sum of RGB (Red+Green+Blue) = 206+103+5=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6705 is #3198FA. Grayscale: #7B7B7B. Windows color (decimal): -3250427 or 354254. OLE color: 354254.

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

Color convert

RGB 206 103 5 -
CMYK 0 0.50 0.98 0.19
HSL 29.25º 0.95% 0.41% -
HSV(B) 29.25º 0.98% 0.81% -
XYZ 30.33 22.83 2.95 -
YUV 122.63 61.62 187.47 -
System Red Green Blue C M Y K H S L
Decimal 206 103 5 0 0.50 0.98 0.19 29.25 0.95 0.41
Hex CE 67 5 0 32 62 13 1D 5F 29
Octal 316 147 5 0 62 142 23 35 137 51
Binary 11001110 1100111 101 0 110010 1100010 10011 11101 1011111 101001

Color Harmonies of #CE6705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6705

Black with #CE6705

Text Example


Text Example

White with #CE6705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6705; }

 p { color: rgb(206,103,5); }

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

background-color css

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

 a { background-color: rgb(206,103,5); }

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

border-color css

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

 span { border-color: rgb(206,103,5); }

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