Html Css Color HEX #C69745 Tussock

📋 copy color: '#C69745'

red 198 ◦ green 151 ◦ blue 69

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

Shades of Tussock #C69745

Tints of Tussock #C69745

RGB

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

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

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

R = 47.37%
G = 36.12%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C69745 (or 0xC69745) is known color: Tussock. HEX triplet: C6, 97 and 45. RGB value is (198,151,69). Sum of RGB (Red+Green+Blue) = 198+151+69=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C69745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69745 is #3968BA. Grayscale: #9C9C9C. Windows color (decimal): -3762363 or 4560838. OLE color: 4560838.

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

Color convert

RGB 198 151 69 -
CMYK 0 0.24 0.65 0.22
HSL 38.14º 0.53% 0.52% -
HSV(B) 38.14º 0.65% 0.78% -
XYZ 35.43 34.57 10.44 -
YUV 155.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 198 151 69 0 0.24 0.65 0.22 38.14 0.53 0.52
Hex C6 97 45 0 18 41 16 26 35 34
Octal 306 227 105 0 30 101 26 46 65 64
Binary 11000110 10010111 1000101 0 11000 1000001 10110 100110 110101 110100

Color Harmonies of #C69745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69745

Black with #C69745

Text Example


Text Example

White with #C69745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69745; }

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

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

background-color css

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

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

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

border-color css

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

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

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