Html Css Color HEX #C6944B Tussock

📋 copy color: '#C6944B'

red 198 ◦ green 148 ◦ blue 75

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

Shades of Tussock #C6944B

Tints of Tussock #C6944B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

 BLUE value IS 75 (29.69% from 255) = 17.81%

R = 47.03%
G = 35.15%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6944B (or 0xC6944B) is known color: Tussock. HEX triplet: C6, 94 and 4B. RGB value is (198,148,75). Sum of RGB (Red+Green+Blue) = 198+148+75=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6944B is #396BB4. Grayscale: #9A9A9A. Windows color (decimal): -3763125 or 4953286. OLE color: 4953286.

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

Color convert

RGB 198 148 75 -
CMYK 0 0.25 0.62 0.22
HSL 35.61º 0.52% 0.54% -
HSV(B) 35.61º 0.62% 0.78% -
XYZ 35.15 33.69 11.31 -
YUV 154.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 198 148 75 0 0.25 0.62 0.22 35.61 0.52 0.54
Hex C6 94 4B 0 19 3E 16 24 34 36
Octal 306 224 113 0 31 76 26 44 64 66
Binary 11000110 10010100 1001011 0 11001 111110 10110 100100 110100 110110

Color Harmonies of #C6944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6944B

Black with #C6944B

Text Example


Text Example

White with #C6944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6944B; }

 p { color: rgb(198,148,75); }

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

background-color css

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

 a { background-color: rgb(198,148,75); }

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

border-color css

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

 span { border-color: rgb(198,148,75); }

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