Html Css Color HEX #C68552 Twine

📋 copy color: '#C68552'

red 198 ◦ green 133 ◦ blue 82

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

Shades of Twine #C68552

Tints of Twine #C68552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.2%

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

R = 47.94%
G = 32.2%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C68552 (or 0xC68552) is known color: Twine. HEX triplet: C6, 85 and 52. RGB value is (198,133,82). Sum of RGB (Red+Green+Blue) = 198+133+82=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C68552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68552 is #397AAD. Grayscale: #929292. Windows color (decimal): -3766958 or 5408198. OLE color: 5408198.

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

Color convert

RGB 198 133 82 -
CMYK 0 0.33 0.59 0.22
HSL 26.38º 0.5% 0.55% -
HSV(B) 26.38º 0.59% 0.78% -
XYZ 33.2 29.39 11.91 -
YUV 146.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 198 133 82 0 0.33 0.59 0.22 26.38 0.5 0.55
Hex C6 85 52 0 21 3B 16 1A 32 37
Octal 306 205 122 0 41 73 26 32 62 67
Binary 11000110 10000101 1010010 0 100001 111011 10110 11010 110010 110111

Color Harmonies of #C68552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68552

Black with #C68552

Text Example


Text Example

White with #C68552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68552; }

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

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

background-color css

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

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

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

border-color css

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

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

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