Html Css Color HEX #C69D43 Tussock

📋 copy color: '#C69D43'

red 198 ◦ green 157 ◦ blue 67

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

Shades of Tussock #C69D43

Tints of Tussock #C69D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.88%

R = 46.92%
G = 37.2%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C69D43 (or 0xC69D43) is known color: Tussock. HEX triplet: C6, 9D and 43. RGB value is (198,157,67). Sum of RGB (Red+Green+Blue) = 198+157+67=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D43 is #3962BC. Grayscale: #9F9F9F. Windows color (decimal): -3760829 or 4431302. OLE color: 4431302.

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

Color convert

RGB 198 157 67 -
CMYK 0 0.21 0.66 0.22
HSL 41.22º 0.53% 0.52% -
HSV(B) 41.22º 0.66% 0.78% -
XYZ 36.36 36.52 10.44 -
YUV 159 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 198 157 67 0 0.21 0.66 0.22 41.22 0.53 0.52
Hex C6 9D 43 0 15 42 16 29 35 34
Octal 306 235 103 0 25 102 26 51 65 64
Binary 11000110 10011101 1000011 0 10101 1000010 10110 101001 110101 110100

Color Harmonies of #C69D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D43

Black with #C69D43

Text Example


Text Example

White with #C69D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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