Html Css Color HEX #C69465 Fallow

📋 copy color: '#C69465'

red 198 ◦ green 148 ◦ blue 101

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

Shades of Fallow #C69465

Tints of Fallow #C69465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.11%

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

R = 44.3%
G = 33.11%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C69465 (or 0xC69465) is known color: Fallow. HEX triplet: C6, 94 and 65. RGB value is (198,148,101). Sum of RGB (Red+Green+Blue) = 198+148+101=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C69465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69465 is #396B9A. Grayscale: #9D9D9D. Windows color (decimal): -3763099 or 6657222. OLE color: 6657222.

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

Color convert

RGB 198 148 101 -
CMYK 0 0.25 0.49 0.22
HSL 29.07º 0.46% 0.59% -
HSV(B) 29.07º 0.49% 0.78% -
XYZ 36.23 34.13 16.99 -
YUV 157.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 198 148 101 0 0.25 0.49 0.22 29.07 0.46 0.59
Hex C6 94 65 0 19 31 16 1D 2E 3B
Octal 306 224 145 0 31 61 26 35 56 73
Binary 11000110 10010100 1100101 0 11001 110001 10110 11101 101110 111011

Color Harmonies of #C69465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69465

Black with #C69465

Text Example


Text Example

White with #C69465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69465; }

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

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

background-color css

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

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

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

border-color css

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

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

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