Html Css Color HEX #C69D46 Tussock

📋 copy color: '#C69D46'

red 198 ◦ green 157 ◦ blue 70

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

Shades of Tussock #C69D46

Tints of Tussock #C69D46

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.94%

 BLUE value IS 70 (27.73% from 255) = 16.47%

R = 46.59%
G = 36.94%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C69D46 (or 0xC69D46) is known color: Tussock. HEX triplet: C6, 9D and 46. RGB value is (198,157,70). Sum of RGB (Red+Green+Blue) = 198+157+70=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D46 is #3962B9. Grayscale: #9F9F9F. Windows color (decimal): -3760826 or 4627910. OLE color: 4627910.

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

Color convert

RGB 198 157 70 -
CMYK 0 0.21 0.65 0.22
HSL 40.78º 0.53% 0.53% -
HSV(B) 40.78º 0.65% 0.78% -
XYZ 36.45 36.56 10.93 -
YUV 159.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 198 157 70 0 0.21 0.65 0.22 40.78 0.53 0.53
Hex C6 9D 46 0 15 41 16 29 35 35
Octal 306 235 106 0 25 101 26 51 65 65
Binary 11000110 10011101 1000110 0 10101 1000001 10110 101001 110101 110101

Color Harmonies of #C69D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D46

Black with #C69D46

Text Example


Text Example

White with #C69D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D46; }

 p { color: rgb(198,157,70); }

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

background-color css

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

 a { background-color: rgb(198,157,70); }

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

border-color css

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

 span { border-color: rgb(198,157,70); }

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