Html Css Color HEX #C69C6D Fallow

📋 copy color: '#C69C6D'

red 198 ◦ green 156 ◦ blue 109

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

Shades of Fallow #C69C6D

Tints of Fallow #C69C6D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.69%

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 42.76%
G = 33.69%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C69C6D (or 0xC69C6D) is known color: Fallow. HEX triplet: C6, 9C and 6D. RGB value is (198,156,109). Sum of RGB (Red+Green+Blue) = 198+156+109=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69C6D is #396392. Grayscale: #A3A3A3. Windows color (decimal): -3761043 or 7183558. OLE color: 7183558.

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

Color convert

RGB 198 156 109 -
CMYK 0 0.21 0.45 0.22
HSL 31.69º 0.44% 0.6% -
HSV(B) 31.69º 0.45% 0.78% -
XYZ 37.94 36.89 19.59 -
YUV 163.2 97.41 152.82 -
System Red Green Blue C M Y K H S L
Decimal 198 156 109 0 0.21 0.45 0.22 31.69 0.44 0.6
Hex C6 9C 6D 0 15 2D 16 20 2C 3C
Octal 306 234 155 0 25 55 26 40 54 74
Binary 11000110 10011100 1101101 0 10101 101101 10110 100000 101100 111100

Color Harmonies of #C69C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C6D

Black with #C69C6D

Text Example


Text Example

White with #C69C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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