Html Css Color HEX #C69750 Tussock

📋 copy color: '#C69750'

red 198 ◦ green 151 ◦ blue 80

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

Shades of Tussock #C69750

Tints of Tussock #C69750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.2%

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

R = 46.15%
G = 35.2%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C69750 (or 0xC69750) is known color: Tussock. HEX triplet: C6, 97 and 50. RGB value is (198,151,80). Sum of RGB (Red+Green+Blue) = 198+151+80=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C69750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69750 is #3968AF. Grayscale: #9D9D9D. Windows color (decimal): -3762352 or 5281734. OLE color: 5281734.

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

Color convert

RGB 198 151 80 -
CMYK 0 0.24 0.60 0.22
HSL 36.1º 0.51% 0.55% -
HSV(B) 36.1º 0.6% 0.78% -
XYZ 35.8 34.72 12.4 -
YUV 156.96 84.57 157.27 -
System Red Green Blue C M Y K H S L
Decimal 198 151 80 0 0.24 0.60 0.22 36.1 0.51 0.55
Hex C6 97 50 0 18 3C 16 24 33 37
Octal 306 227 120 0 30 74 26 44 63 67
Binary 11000110 10010111 1010000 0 11000 111100 10110 100100 110011 110111

Color Harmonies of #C69750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69750

Black with #C69750

Text Example


Text Example

White with #C69750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69750; }

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

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

background-color css

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

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

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

border-color css

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

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

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