Html Css Color HEX #C6780D Ochre

📋 copy color: '#C6780D'

red 198 ◦ green 120 ◦ blue 13

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

Shades of Ochre #C6780D

Tints of Ochre #C6780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.25%

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

R = 59.82%
G = 36.25%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6780D (or 0xC6780D) is known color: Ochre. HEX triplet: C6, 78 and 0D. RGB value is (198,120,13). Sum of RGB (Red+Green+Blue) = 198+120+13=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6780D is #3987F2. Grayscale: #838383. Windows color (decimal): -3770355 or 882886. OLE color: 882886.

HSL color Cylindrical-coordinate representation of color #C6780D: hue angle of 34.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6780D is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 120 13 -
CMYK 0 0.39 0.93 0.22
HSL 34.7º 0.88% 0.41% -
HSV(B) 34.7º 0.93% 0.78% -
XYZ 30.08 25.47 3.71 -
YUV 131.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 198 120 13 0 0.39 0.93 0.22 34.7 0.88 0.41
Hex C6 78 D 0 27 5D 16 23 58 29
Octal 306 170 15 0 47 135 26 43 130 51
Binary 11000110 1111000 1101 0 100111 1011101 10110 100011 1011000 101001

Color Harmonies of #C6780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6780D

Black with #C6780D

Text Example


Text Example

White with #C6780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6780D; }

 p { color: rgb(198,120,13); }

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

background-color css

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

 a { background-color: rgb(198,120,13); }

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

border-color css

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

 span { border-color: rgb(198,120,13); }

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