Html Css Color HEX #C69365 Fallow

📋 copy color: '#C69365'

red 198 ◦ green 147 ◦ blue 101

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

Shades of Fallow #C69365

Tints of Fallow #C69365

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.96%

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

R = 44.39%
G = 32.96%
B = 22.65%

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

#C69365 (or 0xC69365) is known color: Fallow. HEX triplet: C6, 93 and 65. RGB value is (198,147,101). Sum of RGB (Red+Green+Blue) = 198+147+101=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C69365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69365 is #396C9A. Grayscale: #9D9D9D. Windows color (decimal): -3763355 or 6656966. OLE color: 6656966.

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

Color convert

RGB 198 147 101 -
CMYK 0 0.26 0.49 0.22
HSL 28.45º 0.46% 0.59% -
HSV(B) 28.45º 0.49% 0.78% -
XYZ 36.07 33.81 16.94 -
YUV 157.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 198 147 101 0 0.26 0.49 0.22 28.45 0.46 0.59
Hex C6 93 65 0 1A 31 16 1C 2E 3B
Octal 306 223 145 0 32 61 26 34 56 73
Binary 11000110 10010011 1100101 0 11010 110001 10110 11100 101110 111011

Color Harmonies of #C69365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69365

Black with #C69365

Text Example


Text Example

White with #C69365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69365; }

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

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

background-color css

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

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

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

border-color css

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

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

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