Html Css Color HEX #C6A065 Fallow

📋 copy color: '#C6A065'

red 198 ◦ green 160 ◦ blue 101

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

Shades of Fallow #C6A065

Tints of Fallow #C6A065

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.86%

 BLUE value IS 101 (39.84% from 255) = 22%

R = 43.14%
G = 34.86%
B = 22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C6A065 (or 0xC6A065) is known color: Fallow. HEX triplet: C6, A0 and 65. RGB value is (198,160,101). Sum of RGB (Red+Green+Blue) = 198+160+101=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A065 is #395F9A. Grayscale: #A4A4A4. Windows color (decimal): -3760027 or 6660294. OLE color: 6660294.

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

Color convert

RGB 198 160 101 -
CMYK 0 0.19 0.49 0.22
HSL 36.49º 0.46% 0.59% -
HSV(B) 36.49º 0.49% 0.78% -
XYZ 38.21 38.09 17.65 -
YUV 164.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 198 160 101 0 0.19 0.49 0.22 36.49 0.46 0.59
Hex C6 A0 65 0 13 31 16 24 2E 3B
Octal 306 240 145 0 23 61 26 44 56 73
Binary 11000110 10100000 1100101 0 10011 110001 10110 100100 101110 111011

Color Harmonies of #C6A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A065

Black with #C6A065

Text Example


Text Example

White with #C6A065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A065; }

 p { color: rgb(198,160,101); }

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

background-color css

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

 a { background-color: rgb(198,160,101); }

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

border-color css

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

 span { border-color: rgb(198,160,101); }

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