Html Css Color HEX #C68852 Twine

📋 copy color: '#C68852'

red 198 ◦ green 136 ◦ blue 82

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

Shades of Twine #C68852

Tints of Twine #C68852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

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

R = 47.6%
G = 32.69%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C68852 (or 0xC68852) is known color: Twine. HEX triplet: C6, 88 and 52. RGB value is (198,136,82). Sum of RGB (Red+Green+Blue) = 198+136+82=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C68852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68852 is #3977AD. Grayscale: #949494. Windows color (decimal): -3766190 or 5408966. OLE color: 5408966.

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

Color convert

RGB 198 136 82 -
CMYK 0 0.31 0.59 0.22
HSL 27.93º 0.5% 0.55% -
HSV(B) 27.93º 0.59% 0.78% -
XYZ 33.62 30.22 12.04 -
YUV 148.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 198 136 82 0 0.31 0.59 0.22 27.93 0.5 0.55
Hex C6 88 52 0 1F 3B 16 1C 32 37
Octal 306 210 122 0 37 73 26 34 62 67
Binary 11000110 10001000 1010010 0 11111 111011 10110 11100 110010 110111

Color Harmonies of #C68852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68852

Black with #C68852

Text Example


Text Example

White with #C68852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68852; }

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

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

background-color css

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

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

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

border-color css

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

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

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