Html Css Color HEX #C69448 Tussock

📋 copy color: '#C69448'

red 198 ◦ green 148 ◦ blue 72

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

Shades of Tussock #C69448

Tints of Tussock #C69448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.22%

R = 47.37%
G = 35.41%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C69448 (or 0xC69448) is known color: Tussock. HEX triplet: C6, 94 and 48. RGB value is (198,148,72). Sum of RGB (Red+Green+Blue) = 198+148+72=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C69448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69448 is #396BB7. Grayscale: #9A9A9A. Windows color (decimal): -3763128 or 4756678. OLE color: 4756678.

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

Color convert

RGB 198 148 72 -
CMYK 0 0.25 0.64 0.22
HSL 36.19º 0.53% 0.53% -
HSV(B) 36.19º 0.64% 0.78% -
XYZ 35.05 33.65 10.78 -
YUV 154.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 198 148 72 0 0.25 0.64 0.22 36.19 0.53 0.53
Hex C6 94 48 0 19 40 16 24 34 35
Octal 306 224 110 0 31 100 26 44 64 65
Binary 11000110 10010100 1001000 0 11001 1000000 10110 100100 110100 110101

Color Harmonies of #C69448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69448

Black with #C69448

Text Example


Text Example

White with #C69448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69448; }

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

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

background-color css

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

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

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

border-color css

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

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

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