Html Css Color HEX #C69B53 Twine

📋 copy color: '#C69B53'

red 198 ◦ green 155 ◦ blue 83

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

Shades of Twine #C69B53

Tints of Twine #C69B53

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.55%

 BLUE value IS 83 (32.81% from 255) = 19.04%

R = 45.41%
G = 35.55%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C69B53 (or 0xC69B53) is known color: Twine. HEX triplet: C6, 9B and 53. RGB value is (198,155,83). Sum of RGB (Red+Green+Blue) = 198+155+83=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69B53 is #3964AC. Grayscale: #9F9F9F. Windows color (decimal): -3761325 or 5479366. OLE color: 5479366.

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

Color convert

RGB 198 155 83 -
CMYK 0 0.22 0.58 0.22
HSL 37.57º 0.5% 0.55% -
HSV(B) 37.57º 0.58% 0.78% -
XYZ 36.57 36.07 13.22 -
YUV 159.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 198 155 83 0 0.22 0.58 0.22 37.57 0.5 0.55
Hex C6 9B 53 0 16 3A 16 26 32 37
Octal 306 233 123 0 26 72 26 46 62 67
Binary 11000110 10011011 1010011 0 10110 111010 10110 100110 110010 110111

Color Harmonies of #C69B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B53

Black with #C69B53

Text Example


Text Example

White with #C69B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B53; }

 p { color: rgb(198,155,83); }

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

background-color css

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

 a { background-color: rgb(198,155,83); }

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

border-color css

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

 span { border-color: rgb(198,155,83); }

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