Html Css Color HEX #C68C4A Tussock

📋 copy color: '#C68C4A'

red 198 ◦ green 140 ◦ blue 74

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

Shades of Tussock #C68C4A

Tints of Tussock #C68C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 48.06%
G = 33.98%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C68C4A (or 0xC68C4A) is known color: Tussock. HEX triplet: C6, 8C and 4A. RGB value is (198,140,74). Sum of RGB (Red+Green+Blue) = 198+140+74=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C4A is #3973B5. Grayscale: #969696. Windows color (decimal): -3765174 or 4885702. OLE color: 4885702.

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

Color convert

RGB 198 140 74 -
CMYK 0 0.29 0.63 0.22
HSL 31.94º 0.52% 0.53% -
HSV(B) 31.94º 0.63% 0.78% -
XYZ 33.9 31.26 10.72 -
YUV 149.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 198 140 74 0 0.29 0.63 0.22 31.94 0.52 0.53
Hex C6 8C 4A 0 1D 3F 16 20 34 35
Octal 306 214 112 0 35 77 26 40 64 65
Binary 11000110 10001100 1001010 0 11101 111111 10110 100000 110100 110101

Color Harmonies of #C68C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C4A

Black with #C68C4A

Text Example


Text Example

White with #C68C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C4A; }

 p { color: rgb(198,140,74); }

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

background-color css

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

 a { background-color: rgb(198,140,74); }

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

border-color css

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

 span { border-color: rgb(198,140,74); }

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