Html Css Color HEX #CE6702 Tenne (Tawny)

📋 copy color: '#CE6702'

red 206 ◦ green 103 ◦ blue 2

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

Shades of Tenne (Tawny) #CE6702

Tints of Tenne (Tawny) #CE6702

RGB

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

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

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

R = 66.24%
G = 33.12%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE6702 (or 0xCE6702) is known color: Tenne (Tawny). HEX triplet: CE, 67 and 02. RGB value is (206,103,2). Sum of RGB (Red+Green+Blue) = 206+103+2=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6702 is #3198FD. Grayscale: #7A7A7A. Windows color (decimal): -3250430 or 157646. OLE color: 157646.

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

Color convert

RGB 206 103 2 -
CMYK 0 0.50 0.99 0.19
HSL 29.71º 0.98% 0.41% -
HSV(B) 29.71º 0.99% 0.81% -
XYZ 30.31 22.83 2.87 -
YUV 122.28 60.12 187.71 -
System Red Green Blue C M Y K H S L
Decimal 206 103 2 0 0.50 0.99 0.19 29.71 0.98 0.41
Hex CE 67 2 0 32 63 13 1E 62 29
Octal 316 147 2 0 62 143 23 36 142 51
Binary 11001110 1100111 10 0 110010 1100011 10011 11110 1100010 101001

Color Harmonies of #CE6702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6702

Black with #CE6702

Text Example


Text Example

White with #CE6702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6702; }

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

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

background-color css

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

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

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

border-color css

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

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

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