Html Css Color HEX #CE600D Tenne (Tawny)

📋 copy color: '#CE600D'

red 206 ◦ green 96 ◦ blue 13

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

Shades of Tenne (Tawny) #CE600D

Tints of Tenne (Tawny) #CE600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.48%

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 65.4%
G = 30.48%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE600D (or 0xCE600D) is known color: Tenne (Tawny). HEX triplet: CE, 60 and 0D. RGB value is (206,96,13). Sum of RGB (Red+Green+Blue) = 206+96+13=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE600D is #319FF2. Grayscale: #777777. Windows color (decimal): -3252211 or 876750. OLE color: 876750.

HSL color Cylindrical-coordinate representation of color #CE600D: hue angle of 25.8º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE600D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 96 13 -
CMYK 0 0.53 0.94 0.19
HSL 25.8º 0.88% 0.43% -
HSV(B) 25.8º 0.94% 0.81% -
XYZ 29.71 21.52 2.97 -
YUV 119.43 67.94 189.75 -
System Red Green Blue C M Y K H S L
Decimal 206 96 13 0 0.53 0.94 0.19 25.8 0.88 0.43
Hex CE 60 D 0 35 5E 13 1A 58 2B
Octal 316 140 15 0 65 136 23 32 130 53
Binary 11001110 1100000 1101 0 110101 1011110 10011 11010 1011000 101011

Color Harmonies of #CE600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE600D

Black with #CE600D

Text Example


Text Example

White with #CE600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE600D; }

 p { color: rgb(206,96,13); }

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

background-color css

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

 a { background-color: rgb(206,96,13); }

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

border-color css

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

 span { border-color: rgb(206,96,13); }

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