Html Css Color HEX #C6691B Chocolate

📋 copy color: '#C6691B'

red 198 ◦ green 105 ◦ blue 27

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

Shades of Chocolate #C6691B

Tints of Chocolate #C6691B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 60%
G = 31.82%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6691B (or 0xC6691B) is known color: Chocolate. HEX triplet: C6, 69 and 1B. RGB value is (198,105,27). Sum of RGB (Red+Green+Blue) = 198+105+27=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6691B is #3996E4. Grayscale: #7C7C7C. Windows color (decimal): -3774181 or 1796550. OLE color: 1796550.

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

Color convert

RGB 198 105 27 -
CMYK 0 0.47 0.86 0.22
HSL 27.37º 0.76% 0.44% -
HSV(B) 27.37º 0.86% 0.78% -
XYZ 28.54 22.19 3.82 -
YUV 123.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 198 105 27 0 0.47 0.86 0.22 27.37 0.76 0.44
Hex C6 69 1B 0 2F 56 16 1B 4C 2C
Octal 306 151 33 0 57 126 26 33 114 54
Binary 11000110 1101001 11011 0 101111 1010110 10110 11011 1001100 101100

Color Harmonies of #C6691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6691B

Black with #C6691B

Text Example


Text Example

White with #C6691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6691B; }

 p { color: rgb(198,105,27); }

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

background-color css

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

 a { background-color: rgb(198,105,27); }

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

border-color css

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

 span { border-color: rgb(198,105,27); }

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