Html Css Color HEX #C68A5E Whiskey

📋 copy color: '#C68A5E'

red 198 ◦ green 138 ◦ blue 94

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

Shades of Whiskey #C68A5E

Tints of Whiskey #C68A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

 BLUE value IS 94 (37.11% from 255) = 21.86%

R = 46.05%
G = 32.09%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C68A5E (or 0xC68A5E) is known color: Whiskey. HEX triplet: C6, 8A and 5E. RGB value is (198,138,94). Sum of RGB (Red+Green+Blue) = 198+138+94=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A5E is #3975A1. Grayscale: #979797. Windows color (decimal): -3765666 or 6195910. OLE color: 6195910.

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

Color convert

RGB 198 138 94 -
CMYK 0 0.30 0.53 0.22
HSL 25.38º 0.48% 0.57% -
HSV(B) 25.38º 0.53% 0.78% -
XYZ 34.4 30.99 14.76 -
YUV 150.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 198 138 94 0 0.30 0.53 0.22 25.38 0.48 0.57
Hex C6 8A 5E 0 1E 35 16 19 30 39
Octal 306 212 136 0 36 65 26 31 60 71
Binary 11000110 10001010 1011110 0 11110 110101 10110 11001 110000 111001

Color Harmonies of #C68A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68A5E

Black with #C68A5E

Text Example


Text Example

White with #C68A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68A5E; }

 p { color: rgb(198,138,94); }

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

background-color css

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

 a { background-color: rgb(198,138,94); }

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

border-color css

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

 span { border-color: rgb(198,138,94); }

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