Html Css Color HEX #C69450 Twine

📋 copy color: '#C69450'

red 198 ◦ green 148 ◦ blue 80

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

Shades of Twine #C69450

Tints of Twine #C69450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.74%

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

R = 46.48%
G = 34.74%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C69450 (or 0xC69450) is known color: Twine. HEX triplet: C6, 94 and 50. RGB value is (198,148,80). Sum of RGB (Red+Green+Blue) = 198+148+80=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C69450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69450 is #396BAF. Grayscale: #9B9B9B. Windows color (decimal): -3763120 or 5280966. OLE color: 5280966.

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

Color convert

RGB 198 148 80 -
CMYK 0 0.25 0.60 0.22
HSL 34.58º 0.51% 0.55% -
HSV(B) 34.58º 0.6% 0.78% -
XYZ 35.33 33.76 12.24 -
YUV 155.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 198 148 80 0 0.25 0.60 0.22 34.58 0.51 0.55
Hex C6 94 50 0 19 3C 16 23 33 37
Octal 306 224 120 0 31 74 26 43 63 67
Binary 11000110 10010100 1010000 0 11001 111100 10110 100011 110011 110111

Color Harmonies of #C69450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69450

Black with #C69450

Text Example


Text Example

White with #C69450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69450; }

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

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

background-color css

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

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

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

border-color css

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

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

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