Html Css Color HEX #C7691F Chocolate

📋 copy color: '#C7691F'

red 199 ◦ green 105 ◦ blue 31

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

Shades of Chocolate #C7691F

Tints of Chocolate #C7691F

RGB

 RED value IS 199 (78.13% from 255) = 59.4%

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

 BLUE value IS 31 (12.5% from 255) = 9.25%

R = 59.4%
G = 31.34%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7691F (or 0xC7691F) is known color: Chocolate. HEX triplet: C7, 69 and 1F. RGB value is (199,105,31). Sum of RGB (Red+Green+Blue) = 199+105+31=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C7691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7691F is #3896E0. Grayscale: #7D7D7D. Windows color (decimal): -3708641 or 2058695. OLE color: 2058695.

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

Color convert

RGB 199 105 31 -
CMYK 0 0.47 0.84 0.22
HSL 26.43º 0.73% 0.45% -
HSV(B) 26.43º 0.84% 0.78% -
XYZ 28.85 22.34 4.09 -
YUV 124.67 75.14 181.02 -
System Red Green Blue C M Y K H S L
Decimal 199 105 31 0 0.47 0.84 0.22 26.43 0.73 0.45
Hex C7 69 1F 0 2F 54 16 1A 49 2D
Octal 307 151 37 0 57 124 26 32 111 55
Binary 11000111 1101001 11111 0 101111 1010100 10110 11010 1001001 101101

Color Harmonies of #C7691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7691F

Black with #C7691F

Text Example


Text Example

White with #C7691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7691F; }

 p { color: rgb(199,105,31); }

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

background-color css

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

 a { background-color: rgb(199,105,31); }

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

border-color css

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

 span { border-color: rgb(199,105,31); }

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