Html Css Color HEX #CE6D3E Zest

📋 copy color: '#CE6D3E'

red 206 ◦ green 109 ◦ blue 62

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

Shades of Zest #CE6D3E

Tints of Zest #CE6D3E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.91%

 BLUE value IS 62 (24.61% from 255) = 16.45%

R = 54.64%
G = 28.91%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE6D3E (or 0xCE6D3E) is known color: Zest. HEX triplet: CE, 6D and 3E. RGB value is (206,109,62). Sum of RGB (Red+Green+Blue) = 206+109+62=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D3E is #3192C1. Grayscale: #848484. Windows color (decimal): -3248834 or 4091342. OLE color: 4091342.

HSL color Cylindrical-coordinate representation of color #CE6D3E: hue angle of 19.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE6D3E is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 109 62 -
CMYK 0 0.47 0.70 0.19
HSL 19.58º 0.6% 0.53% -
HSV(B) 19.58º 0.7% 0.81% -
XYZ 31.79 24.41 7.59 -
YUV 132.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 206 109 62 0 0.47 0.70 0.19 19.58 0.6 0.53
Hex CE 6D 3E 0 2F 46 13 14 3C 35
Octal 316 155 76 0 57 106 23 24 74 65
Binary 11001110 1101101 111110 0 101111 1000110 10011 10100 111100 110101

Color Harmonies of #CE6D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D3E

Black with #CE6D3E

Text Example


Text Example

White with #CE6D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D3E; }

 p { color: rgb(206,109,62); }

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

background-color css

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

 a { background-color: rgb(206,109,62); }

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

border-color css

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

 span { border-color: rgb(206,109,62); }

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