Html Css Color HEX #C6A268 Fallow

📋 copy color: '#C6A268'

red 198 ◦ green 162 ◦ blue 104

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

Shades of Fallow #C6A268

Tints of Fallow #C6A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.91%

 BLUE value IS 104 (41.02% from 255) = 22.41%

R = 42.67%
G = 34.91%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C6A268 (or 0xC6A268) is known color: Fallow. HEX triplet: C6, A2 and 68. RGB value is (198,162,104). Sum of RGB (Red+Green+Blue) = 198+162+104=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A268 is #395D97. Grayscale: #A6A6A6. Windows color (decimal): -3759512 or 6857414. OLE color: 6857414.

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

Color convert

RGB 198 162 104 -
CMYK 0 0.18 0.47 0.22
HSL 37.02º 0.45% 0.59% -
HSV(B) 37.02º 0.47% 0.78% -
XYZ 38.71 38.85 18.55 -
YUV 166.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 198 162 104 0 0.18 0.47 0.22 37.02 0.45 0.59
Hex C6 A2 68 0 12 2F 16 25 2D 3B
Octal 306 242 150 0 22 57 26 45 55 73
Binary 11000110 10100010 1101000 0 10010 101111 10110 100101 101101 111011

Color Harmonies of #C6A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A268

Black with #C6A268

Text Example


Text Example

White with #C6A268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A268; }

 p { color: rgb(198,162,104); }

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

background-color css

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

 a { background-color: rgb(198,162,104); }

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

border-color css

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

 span { border-color: rgb(198,162,104); }

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