Html Css Color HEX #C68F52 Twine

📋 copy color: '#C68F52'

red 198 ◦ green 143 ◦ blue 82

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

Shades of Twine #C68F52

Tints of Twine #C68F52

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.81%

 BLUE value IS 82 (32.42% from 255) = 19.39%

R = 46.81%
G = 33.81%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C68F52 (or 0xC68F52) is known color: Twine. HEX triplet: C6, 8F and 52. RGB value is (198,143,82). Sum of RGB (Red+Green+Blue) = 198+143+82=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F52 is #3970AD. Grayscale: #989898. Windows color (decimal): -3764398 or 5410758. OLE color: 5410758.

HSL color Cylindrical-coordinate representation of color #C68F52: hue angle of 31.55º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C68F52 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 143 82 -
CMYK 0 0.28 0.59 0.22
HSL 31.55º 0.5% 0.55% -
HSV(B) 31.55º 0.59% 0.78% -
XYZ 34.63 32.26 12.38 -
YUV 152.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 198 143 82 0 0.28 0.59 0.22 31.55 0.5 0.55
Hex C6 8F 52 0 1C 3B 16 20 32 37
Octal 306 217 122 0 34 73 26 40 62 67
Binary 11000110 10001111 1010010 0 11100 111011 10110 100000 110010 110111

Color Harmonies of #C68F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F52

Black with #C68F52

Text Example


Text Example

White with #C68F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F52; }

 p { color: rgb(198,143,82); }

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

background-color css

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

 a { background-color: rgb(198,143,82); }

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

border-color css

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

 span { border-color: rgb(198,143,82); }

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