Html Css Color HEX #C69850 Tussock

📋 copy color: '#C69850'

red 198 ◦ green 152 ◦ blue 80

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

Shades of Tussock #C69850

Tints of Tussock #C69850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.35%

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 46.05%
G = 35.35%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C69850 (or 0xC69850) is known color: Tussock. HEX triplet: C6, 98 and 50. RGB value is (198,152,80). Sum of RGB (Red+Green+Blue) = 198+152+80=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C69850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69850 is #3967AF. Grayscale: #9D9D9D. Windows color (decimal): -3762096 or 5281990. OLE color: 5281990.

HSL color Cylindrical-coordinate representation of color #C69850: hue angle of 36.61º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C69850 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 80 -
CMYK 0 0.23 0.60 0.22
HSL 36.61º 0.51% 0.55% -
HSV(B) 36.61º 0.6% 0.78% -
XYZ 35.96 35.04 12.46 -
YUV 157.55 84.24 156.85 -
System Red Green Blue C M Y K H S L
Decimal 198 152 80 0 0.23 0.60 0.22 36.61 0.51 0.55
Hex C6 98 50 0 17 3C 16 25 33 37
Octal 306 230 120 0 27 74 26 45 63 67
Binary 11000110 10011000 1010000 0 10111 111100 10110 100101 110011 110111

Color Harmonies of #C69850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69850

Black with #C69850

Text Example


Text Example

White with #C69850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69850; }

 p { color: rgb(198,152,80); }

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

background-color css

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

 a { background-color: rgb(198,152,80); }

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

border-color css

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

 span { border-color: rgb(198,152,80); }

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