Html Css Color HEX #C69260 Twine

📋 copy color: '#C69260'

red 198 ◦ green 146 ◦ blue 96

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

Shades of Twine #C69260

Tints of Twine #C69260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.18%

 BLUE value IS 96 (37.89% from 255) = 21.82%

R = 45%
G = 33.18%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C69260 (or 0xC69260) is known color: Twine. HEX triplet: C6, 92 and 60. RGB value is (198,146,96). Sum of RGB (Red+Green+Blue) = 198+146+96=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C69260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69260 is #396D9F. Grayscale: #9C9C9C. Windows color (decimal): -3763616 or 6329030. OLE color: 6329030.

HSL color Cylindrical-coordinate representation of color #C69260: hue angle of 29.41º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C69260 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 96 -
CMYK 0 0.26 0.52 0.22
HSL 29.41º 0.47% 0.58% -
HSV(B) 29.41º 0.52% 0.78% -
XYZ 35.68 33.41 15.63 -
YUV 155.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 198 146 96 0 0.26 0.52 0.22 29.41 0.47 0.58
Hex C6 92 60 0 1A 34 16 1D 2F 3A
Octal 306 222 140 0 32 64 26 35 57 72
Binary 11000110 10010010 1100000 0 11010 110100 10110 11101 101111 111010

Color Harmonies of #C69260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69260

Black with #C69260

Text Example


Text Example

White with #C69260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69260; }

 p { color: rgb(198,146,96); }

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

background-color css

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

 a { background-color: rgb(198,146,96); }

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

border-color css

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

 span { border-color: rgb(198,146,96); }

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