Html Css Color HEX #C69D45 Tussock

📋 copy color: '#C69D45'

red 198 ◦ green 157 ◦ blue 69

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

Shades of Tussock #C69D45

Tints of Tussock #C69D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.27%

R = 46.7%
G = 37.03%
B = 16.27%

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

#C69D45 (or 0xC69D45) is known color: Tussock. HEX triplet: C6, 9D and 45. RGB value is (198,157,69). Sum of RGB (Red+Green+Blue) = 198+157+69=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D45 is #3962BA. Grayscale: #9F9F9F. Windows color (decimal): -3760827 or 4562374. OLE color: 4562374.

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

Color convert

RGB 198 157 69 -
CMYK 0 0.21 0.65 0.22
HSL 40.93º 0.53% 0.52% -
HSV(B) 40.93º 0.65% 0.78% -
XYZ 36.42 36.55 10.77 -
YUV 159.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 198 157 69 0 0.21 0.65 0.22 40.93 0.53 0.52
Hex C6 9D 45 0 15 41 16 29 35 34
Octal 306 235 105 0 25 101 26 51 65 64
Binary 11000110 10011101 1000101 0 10101 1000001 10110 101001 110101 110100

Color Harmonies of #C69D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D45

Black with #C69D45

Text Example


Text Example

White with #C69D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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