Html Css Color HEX #C68C52 Twine

📋 copy color: '#C68C52'

red 198 ◦ green 140 ◦ blue 82

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

Shades of Twine #C68C52

Tints of Twine #C68C52

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

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

R = 47.14%
G = 33.33%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C68C52 (or 0xC68C52) is known color: Twine. HEX triplet: C6, 8C and 52. RGB value is (198,140,82). Sum of RGB (Red+Green+Blue) = 198+140+82=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C52 is #3973AD. Grayscale: #979797. Windows color (decimal): -3765166 or 5409990. OLE color: 5409990.

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

Color convert

RGB 198 140 82 -
CMYK 0 0.29 0.59 0.22
HSL 30º 0.5% 0.55% -
HSV(B) 30º 0.59% 0.78% -
XYZ 34.19 31.37 12.24 -
YUV 150.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 198 140 82 0 0.29 0.59 0.22 30 0.5 0.55
Hex C6 8C 52 0 1D 3B 16 1E 32 37
Octal 306 214 122 0 35 73 26 36 62 67
Binary 11000110 10001100 1010010 0 11101 111011 10110 11110 110010 110111

Color Harmonies of #C68C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C52

Black with #C68C52

Text Example


Text Example

White with #C68C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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