Html Css Color HEX #C69561 Fallow

📋 copy color: '#C69561'

red 198 ◦ green 149 ◦ blue 97

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

Shades of Fallow #C69561

Tints of Fallow #C69561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.56%

 BLUE value IS 97 (38.28% from 255) = 21.85%

R = 44.59%
G = 33.56%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C69561 (or 0xC69561) is known color: Fallow. HEX triplet: C6, 95 and 61. RGB value is (198,149,97). Sum of RGB (Red+Green+Blue) = 198+149+97=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C69561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69561 is #396A9E. Grayscale: #9D9D9D. Windows color (decimal): -3762847 or 6395334. OLE color: 6395334.

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

Color convert

RGB 198 149 97 -
CMYK 0 0.25 0.51 0.22
HSL 30.89º 0.47% 0.58% -
HSV(B) 30.89º 0.51% 0.78% -
XYZ 36.19 34.36 16.03 -
YUV 157.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 198 149 97 0 0.25 0.51 0.22 30.89 0.47 0.58
Hex C6 95 61 0 19 33 16 1F 2F 3A
Octal 306 225 141 0 31 63 26 37 57 72
Binary 11000110 10010101 1100001 0 11001 110011 10110 11111 101111 111010

Color Harmonies of #C69561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69561

Black with #C69561

Text Example


Text Example

White with #C69561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69561; }

 p { color: rgb(198,149,97); }

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

background-color css

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

 a { background-color: rgb(198,149,97); }

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

border-color css

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

 span { border-color: rgb(198,149,97); }

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