Html Css Color HEX #C69466 Fallow

📋 copy color: '#C69466'

red 198 ◦ green 148 ◦ blue 102

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

Shades of Fallow #C69466

Tints of Fallow #C69466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.04%

 BLUE value IS 102 (40.23% from 255) = 22.77%

R = 44.2%
G = 33.04%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C69466 (or 0xC69466) is known color: Fallow. HEX triplet: C6, 94 and 66. RGB value is (198,148,102). Sum of RGB (Red+Green+Blue) = 198+148+102=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C69466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69466 is #396B99. Grayscale: #9D9D9D. Windows color (decimal): -3763098 or 6722758. OLE color: 6722758.

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

Color convert

RGB 198 148 102 -
CMYK 0 0.25 0.48 0.22
HSL 28.75º 0.46% 0.59% -
HSV(B) 28.75º 0.48% 0.78% -
XYZ 36.28 34.14 17.25 -
YUV 157.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 198 148 102 0 0.25 0.48 0.22 28.75 0.46 0.59
Hex C6 94 66 0 19 30 16 1D 2E 3B
Octal 306 224 146 0 31 60 26 35 56 73
Binary 11000110 10010100 1100110 0 11001 110000 10110 11101 101110 111011

Color Harmonies of #C69466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69466

Black with #C69466

Text Example


Text Example

White with #C69466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69466; }

 p { color: rgb(198,148,102); }

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

background-color css

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

 a { background-color: rgb(198,148,102); }

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

border-color css

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

 span { border-color: rgb(198,148,102); }

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