Html Css Color HEX #CE6B00 Tenne (Tawny)

📋 copy color: '#CE6B00'

red 206 ◦ green 107 ◦ blue 0

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

Shades of Tenne (Tawny) #CE6B00

Tints of Tenne (Tawny) #CE6B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.81%
G = 34.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE6B00 (or 0xCE6B00) is known color: Tenne (Tawny). HEX triplet: CE, 6B and 00. RGB value is (206,107,0). Sum of RGB (Red+Green+Blue) = 206+107+0=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6B00 is #3194FF. Grayscale: #7C7C7C. Windows color (decimal): -3249408 or 27598. OLE color: 27598.

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

Color convert

RGB 206 107 0 -
CMYK 0 0.48 1 0.19
HSL 31.17º 1% 0.4% -
HSV(B) 31.17º 1% 0.81% -
XYZ 30.71 23.64 2.94 -
YUV 124.4 57.8 186.2 -
System Red Green Blue C M Y K H S L
Decimal 206 107 0 0 0.48 1 0.19 31.17 1 0.4
Hex CE 6B 0 0 30 64 13 1F 64 28
Octal 316 153 0 0 60 144 23 37 144 50
Binary 11001110 1101011 0 0 110000 1100100 10011 11111 1100100 101000

Color Harmonies of #CE6B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B00

Black with #CE6B00

Text Example


Text Example

White with #CE6B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B00; }

 p { color: rgb(206,107,0); }

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

background-color css

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

 a { background-color: rgb(206,107,0); }

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

border-color css

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

 span { border-color: rgb(206,107,0); }

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