Html Css Color HEX #C66D3D Zest

📋 copy color: '#C66D3D'

red 198 ◦ green 109 ◦ blue 61

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

Shades of Zest #C66D3D

Tints of Zest #C66D3D

RGB

 RED value IS 198 (77.73% from 255) = 53.8%

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

 BLUE value IS 61 (24.22% from 255) = 16.58%

R = 53.8%
G = 29.62%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C66D3D (or 0xC66D3D) is known color: Zest. HEX triplet: C6, 6D and 3D. RGB value is (198,109,61). Sum of RGB (Red+Green+Blue) = 198+109+61=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D3D is #3992C2. Grayscale: #828282. Windows color (decimal): -3773123 or 4025798. OLE color: 4025798.

HSL color Cylindrical-coordinate representation of color #C66D3D: hue angle of 21.02º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C66D3D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 109 61 -
CMYK 0 0.45 0.69 0.22
HSL 21.02º 0.55% 0.51% -
HSV(B) 21.02º 0.69% 0.78% -
XYZ 29.6 23.28 7.35 -
YUV 130.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 198 109 61 0 0.45 0.69 0.22 21.02 0.55 0.51
Hex C6 6D 3D 0 2D 45 16 15 37 33
Octal 306 155 75 0 55 105 26 25 67 63
Binary 11000110 1101101 111101 0 101101 1000101 10110 10101 110111 110011

Color Harmonies of #C66D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66D3D

Black with #C66D3D

Text Example


Text Example

White with #C66D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66D3D; }

 p { color: rgb(198,109,61); }

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

background-color css

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

 a { background-color: rgb(198,109,61); }

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

border-color css

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

 span { border-color: rgb(198,109,61); }

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