Html Css Color HEX #CF690D Chocolate

📋 copy color: '#CF690D'

red 207 ◦ green 105 ◦ blue 13

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

Shades of Chocolate #CF690D

Tints of Chocolate #CF690D

RGB

 RED value IS 207 (81.25% from 255) = 63.69%

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

 BLUE value IS 13 (5.47% from 255) = 4%

R = 63.69%
G = 32.31%
B = 4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF690D (or 0xCF690D) is known color: Chocolate. HEX triplet: CF, 69 and 0D. RGB value is (207,105,13). Sum of RGB (Red+Green+Blue) = 207+105+13=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF690D is #3096F2. Grayscale: #7D7D7D. Windows color (decimal): -3184371 or 879055. OLE color: 879055.

HSL color Cylindrical-coordinate representation of color #CF690D: hue angle of 28.45º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF690D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 105 13 -
CMYK 0 0.49 0.94 0.19
HSL 28.45º 0.88% 0.43% -
HSV(B) 28.45º 0.94% 0.81% -
XYZ 30.86 23.4 3.27 -
YUV 125.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 207 105 13 0 0.49 0.94 0.19 28.45 0.88 0.43
Hex CF 69 D 0 31 5E 13 1C 58 2B
Octal 317 151 15 0 61 136 23 34 130 53
Binary 11001111 1101001 1101 0 110001 1011110 10011 11100 1011000 101011

Color Harmonies of #CF690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF690D

Black with #CF690D

Text Example


Text Example

White with #CF690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF690D; }

 p { color: rgb(207,105,13); }

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

background-color css

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

 a { background-color: rgb(207,105,13); }

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

border-color css

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

 span { border-color: rgb(207,105,13); }

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