Html Css Color HEX #CE6902 Tenne (Tawny)

📋 copy color: '#CE6902'

red 206 ◦ green 105 ◦ blue 2

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

Shades of Tenne (Tawny) #CE6902

Tints of Tenne (Tawny) #CE6902

RGB

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

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

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

R = 65.81%
G = 33.55%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE6902 (or 0xCE6902) is known color: Tenne (Tawny). HEX triplet: CE, 69 and 02. RGB value is (206,105,2). Sum of RGB (Red+Green+Blue) = 206+105+2=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6902 is #3196FD. Grayscale: #7B7B7B. Windows color (decimal): -3249918 or 158158. OLE color: 158158.

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

Color convert

RGB 206 105 2 -
CMYK 0 0.49 0.99 0.19
HSL 30.29º 0.98% 0.41% -
HSV(B) 30.29º 0.99% 0.81% -
XYZ 30.52 23.23 2.93 -
YUV 123.46 59.46 186.88 -
System Red Green Blue C M Y K H S L
Decimal 206 105 2 0 0.49 0.99 0.19 30.29 0.98 0.41
Hex CE 69 2 0 31 63 13 1E 62 29
Octal 316 151 2 0 61 143 23 36 142 51
Binary 11001110 1101001 10 0 110001 1100011 10011 11110 1100010 101001

Color Harmonies of #CE6902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6902

Black with #CE6902

Text Example


Text Example

White with #CE6902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6902; }

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

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

background-color css

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

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

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

border-color css

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

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

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