Html Css Color HEX #C69265 Fallow

📋 copy color: '#C69265'

red 198 ◦ green 146 ◦ blue 101

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

Shades of Fallow #C69265

Tints of Fallow #C69265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.81%

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

R = 44.49%
G = 32.81%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C69265 (or 0xC69265) is known color: Fallow. HEX triplet: C6, 92 and 65. RGB value is (198,146,101). Sum of RGB (Red+Green+Blue) = 198+146+101=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C69265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69265 is #396D9A. Grayscale: #9C9C9C. Windows color (decimal): -3763611 or 6656710. OLE color: 6656710.

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

Color convert

RGB 198 146 101 -
CMYK 0 0.26 0.49 0.22
HSL 27.84º 0.46% 0.59% -
HSV(B) 27.84º 0.49% 0.78% -
XYZ 35.92 33.5 16.89 -
YUV 156.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 198 146 101 0 0.26 0.49 0.22 27.84 0.46 0.59
Hex C6 92 65 0 1A 31 16 1C 2E 3B
Octal 306 222 145 0 32 61 26 34 56 73
Binary 11000110 10010010 1100101 0 11010 110001 10110 11100 101110 111011

Color Harmonies of #C69265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69265

Black with #C69265

Text Example


Text Example

White with #C69265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69265; }

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

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

background-color css

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

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

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

border-color css

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

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

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