Html Css Color HEX #C68E4B Tussock

📋 copy color: '#C68E4B'

red 198 ◦ green 142 ◦ blue 75

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

Shades of Tussock #C68E4B

Tints of Tussock #C68E4B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.22%

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

R = 47.71%
G = 34.22%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C68E4B (or 0xC68E4B) is known color: Tussock. HEX triplet: C6, 8E and 4B. RGB value is (198,142,75). Sum of RGB (Red+Green+Blue) = 198+142+75=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68E4B is #3971B4. Grayscale: #979797. Windows color (decimal): -3764661 or 4951750. OLE color: 4951750.

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

Color convert

RGB 198 142 75 -
CMYK 0 0.28 0.62 0.22
HSL 32.68º 0.52% 0.54% -
HSV(B) 32.68º 0.62% 0.78% -
XYZ 34.23 31.86 11 -
YUV 151.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 198 142 75 0 0.28 0.62 0.22 32.68 0.52 0.54
Hex C6 8E 4B 0 1C 3E 16 21 34 36
Octal 306 216 113 0 34 76 26 41 64 66
Binary 11000110 10001110 1001011 0 11100 111110 10110 100001 110100 110110

Color Harmonies of #C68E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68E4B

Black with #C68E4B

Text Example


Text Example

White with #C68E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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