Html Css Color HEX #C69C5F Fallow

📋 copy color: '#C69C5F'

red 198 ◦ green 156 ◦ blue 95

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

Shades of Fallow #C69C5F

Tints of Fallow #C69C5F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.74%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 44.1%
G = 34.74%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C69C5F (or 0xC69C5F) is known color: Fallow. HEX triplet: C6, 9C and 5F. RGB value is (198,156,95). Sum of RGB (Red+Green+Blue) = 198+156+95=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69C5F is #3963A0. Grayscale: #A1A1A1. Windows color (decimal): -3761057 or 6266054. OLE color: 6266054.

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

Color convert

RGB 198 156 95 -
CMYK 0 0.21 0.52 0.22
HSL 35.53º 0.47% 0.57% -
HSV(B) 35.53º 0.52% 0.78% -
XYZ 37.24 36.61 15.93 -
YUV 161.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 198 156 95 0 0.21 0.52 0.22 35.53 0.47 0.57
Hex C6 9C 5F 0 15 34 16 24 2F 39
Octal 306 234 137 0 25 64 26 44 57 71
Binary 11000110 10011100 1011111 0 10101 110100 10110 100100 101111 111001

Color Harmonies of #C69C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C5F

Black with #C69C5F

Text Example


Text Example

White with #C69C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C5F; }

 p { color: rgb(198,156,95); }

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

background-color css

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

 a { background-color: rgb(198,156,95); }

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

border-color css

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

 span { border-color: rgb(198,156,95); }

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