Html Css Color HEX #C69C43 Tussock

📋 copy color: '#C69C43'

red 198 ◦ green 156 ◦ blue 67

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

Shades of Tussock #C69C43

Tints of Tussock #C69C43

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.05%

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

R = 47.03%
G = 37.05%
B = 15.91%

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

#C69C43 (or 0xC69C43) is known color: Tussock. HEX triplet: C6, 9C and 43. RGB value is (198,156,67). Sum of RGB (Red+Green+Blue) = 198+156+67=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C43 is #3963BC. Grayscale: #9E9E9E. Windows color (decimal): -3761085 or 4431046. OLE color: 4431046.

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

Color convert

RGB 198 156 67 -
CMYK 0 0.21 0.66 0.22
HSL 40.76º 0.53% 0.52% -
HSV(B) 40.76º 0.66% 0.78% -
XYZ 36.19 36.19 10.39 -
YUV 158.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 198 156 67 0 0.21 0.66 0.22 40.76 0.53 0.52
Hex C6 9C 43 0 15 42 16 29 35 34
Octal 306 234 103 0 25 102 26 51 65 64
Binary 11000110 10011100 1000011 0 10101 1000010 10110 101001 110101 110100

Color Harmonies of #C69C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C43

Black with #C69C43

Text Example


Text Example

White with #C69C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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