Html Css Color HEX #C69848 Tussock

📋 copy color: '#C69848'

red 198 ◦ green 152 ◦ blue 72

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

Shades of Tussock #C69848

Tints of Tussock #C69848

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.02%

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

R = 46.92%
G = 36.02%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C69848 (or 0xC69848) is known color: Tussock. HEX triplet: C6, 98 and 48. RGB value is (198,152,72). Sum of RGB (Red+Green+Blue) = 198+152+72=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C69848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69848 is #3967B7. Grayscale: #9C9C9C. Windows color (decimal): -3762104 or 4757702. OLE color: 4757702.

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

Color convert

RGB 198 152 72 -
CMYK 0 0.23 0.64 0.22
HSL 38.1º 0.53% 0.53% -
HSV(B) 38.1º 0.64% 0.78% -
XYZ 35.69 34.93 10.99 -
YUV 156.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 198 152 72 0 0.23 0.64 0.22 38.1 0.53 0.53
Hex C6 98 48 0 17 40 16 26 34 35
Octal 306 230 110 0 27 100 26 46 64 65
Binary 11000110 10011000 1001000 0 10111 1000000 10110 100110 110100 110101

Color Harmonies of #C69848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69848

Black with #C69848

Text Example


Text Example

White with #C69848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69848; }

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

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

background-color css

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

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

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

border-color css

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

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

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