Html Css Color HEX #C6934B Tussock

📋 copy color: '#C6934B'

red 198 ◦ green 147 ◦ blue 75

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

Shades of Tussock #C6934B

Tints of Tussock #C6934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

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

R = 47.14%
G = 35%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6934B (or 0xC6934B) is known color: Tussock. HEX triplet: C6, 93 and 4B. RGB value is (198,147,75). Sum of RGB (Red+Green+Blue) = 198+147+75=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6934B is #396CB4. Grayscale: #9A9A9A. Windows color (decimal): -3763381 or 4953030. OLE color: 4953030.

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

Color convert

RGB 198 147 75 -
CMYK 0 0.26 0.62 0.22
HSL 35.12º 0.52% 0.54% -
HSV(B) 35.12º 0.62% 0.78% -
XYZ 34.99 33.38 11.26 -
YUV 154.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 198 147 75 0 0.26 0.62 0.22 35.12 0.52 0.54
Hex C6 93 4B 0 1A 3E 16 23 34 36
Octal 306 223 113 0 32 76 26 43 64 66
Binary 11000110 10010011 1001011 0 11010 111110 10110 100011 110100 110110

Color Harmonies of #C6934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6934B

Black with #C6934B

Text Example


Text Example

White with #C6934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6934B; }

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

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

background-color css

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

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

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

border-color css

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

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

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