Html Css Color HEX #C69350 Twine

📋 copy color: '#C69350'

red 198 ◦ green 147 ◦ blue 80

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

Shades of Twine #C69350

Tints of Twine #C69350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.59%

 BLUE value IS 80 (31.64% from 255) = 18.82%

R = 46.59%
G = 34.59%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C69350 (or 0xC69350) is known color: Twine. HEX triplet: C6, 93 and 50. RGB value is (198,147,80). Sum of RGB (Red+Green+Blue) = 198+147+80=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C69350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69350 is #396CAF. Grayscale: #9A9A9A. Windows color (decimal): -3763376 or 5280710. OLE color: 5280710.

HSL color Cylindrical-coordinate representation of color #C69350: hue angle of 34.07º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C69350 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 80 -
CMYK 0 0.26 0.60 0.22
HSL 34.07º 0.51% 0.55% -
HSV(B) 34.07º 0.6% 0.78% -
XYZ 35.17 33.45 12.19 -
YUV 154.61 85.9 158.95 -
System Red Green Blue C M Y K H S L
Decimal 198 147 80 0 0.26 0.60 0.22 34.07 0.51 0.55
Hex C6 93 50 0 1A 3C 16 22 33 37
Octal 306 223 120 0 32 74 26 42 63 67
Binary 11000110 10010011 1010000 0 11010 111100 10110 100010 110011 110111

Color Harmonies of #C69350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69350

Black with #C69350

Text Example


Text Example

White with #C69350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69350; }

 p { color: rgb(198,147,80); }

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

background-color css

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

 a { background-color: rgb(198,147,80); }

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

border-color css

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

 span { border-color: rgb(198,147,80); }

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