Html Css Color HEX #C69966 Fallow

📋 copy color: '#C69966'

red 198 ◦ green 153 ◦ blue 102

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

Shades of Fallow #C69966

Tints of Fallow #C69966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.77%

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

R = 43.71%
G = 33.77%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C69966 (or 0xC69966) is known color: Fallow. HEX triplet: C6, 99 and 66. RGB value is (198,153,102). Sum of RGB (Red+Green+Blue) = 198+153+102=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C69966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69966 is #396699. Grayscale: #A0A0A0. Windows color (decimal): -3761818 or 6724038. OLE color: 6724038.

HSL color Cylindrical-coordinate representation of color #C69966: hue angle of 31.88º 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 #C69966 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 153 102 -
CMYK 0 0.23 0.48 0.22
HSL 31.88º 0.46% 0.59% -
HSV(B) 31.88º 0.48% 0.78% -
XYZ 37.08 35.75 17.52 -
YUV 160.64 94.91 154.65 -
System Red Green Blue C M Y K H S L
Decimal 198 153 102 0 0.23 0.48 0.22 31.88 0.46 0.59
Hex C6 99 66 0 17 30 16 20 2E 3B
Octal 306 231 146 0 27 60 26 40 56 73
Binary 11000110 10011001 1100110 0 10111 110000 10110 100000 101110 111011

Color Harmonies of #C69966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69966

Black with #C69966

Text Example


Text Example

White with #C69966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69966; }

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

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

background-color css

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

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

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

border-color css

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

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

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