Html Css Color HEX #C69B5B Twine

📋 copy color: '#C69B5B'

red 198 ◦ green 155 ◦ blue 91

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

Shades of Twine #C69B5B

Tints of Twine #C69B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.5%

R = 44.59%
G = 34.91%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C69B5B (or 0xC69B5B) is known color: Twine. HEX triplet: C6, 9B and 5B. RGB value is (198,155,91). Sum of RGB (Red+Green+Blue) = 198+155+91=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69B5B is #3964A4. Grayscale: #A0A0A0. Windows color (decimal): -3761317 or 6003654. OLE color: 6003654.

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

Color convert

RGB 198 155 91 -
CMYK 0 0.22 0.54 0.22
HSL 35.89º 0.48% 0.57% -
HSV(B) 35.89º 0.54% 0.78% -
XYZ 36.9 36.2 14.94 -
YUV 160.56 88.75 154.7 -
System Red Green Blue C M Y K H S L
Decimal 198 155 91 0 0.22 0.54 0.22 35.89 0.48 0.57
Hex C6 9B 5B 0 16 36 16 24 30 39
Octal 306 233 133 0 26 66 26 44 60 71
Binary 11000110 10011011 1011011 0 10110 110110 10110 100100 110000 111001

Color Harmonies of #C69B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B5B

Black with #C69B5B

Text Example


Text Example

White with #C69B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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