Html Css Color HEX #C69D5E Fallow

📋 copy color: '#C69D5E'

red 198 ◦ green 157 ◦ blue 94

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

Shades of Fallow #C69D5E

Tints of Fallow #C69D5E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.97%

 BLUE value IS 94 (37.11% from 255) = 20.94%

R = 44.1%
G = 34.97%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C69D5E (or 0xC69D5E) is known color: Fallow. HEX triplet: C6, 9D and 5E. RGB value is (198,157,94). Sum of RGB (Red+Green+Blue) = 198+157+94=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D5E is #3962A1. Grayscale: #A2A2A2. Windows color (decimal): -3760802 or 6200774. OLE color: 6200774.

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

Color convert

RGB 198 157 94 -
CMYK 0 0.21 0.53 0.22
HSL 36.35º 0.48% 0.57% -
HSV(B) 36.35º 0.53% 0.78% -
XYZ 37.37 36.93 15.75 -
YUV 162.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 198 157 94 0 0.21 0.53 0.22 36.35 0.48 0.57
Hex C6 9D 5E 0 15 35 16 24 30 39
Octal 306 235 136 0 25 65 26 44 60 71
Binary 11000110 10011101 1011110 0 10101 110101 10110 100100 110000 111001

Color Harmonies of #C69D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D5E

Black with #C69D5E

Text Example


Text Example

White with #C69D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D5E; }

 p { color: rgb(198,157,94); }

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

background-color css

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

 a { background-color: rgb(198,157,94); }

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

border-color css

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

 span { border-color: rgb(198,157,94); }

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